Html Css Color HEX #EFCA28 Golden Dream

📋 copy color: '#EFCA28'

red 239 ◦ green 202 ◦ blue 40

#EFCA28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EFCA28

Tints of Golden Dream #EFCA28

RGB

 RED value IS 239 (93.75% from 255) = 49.69%

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 40 (16.02% from 255) = 8.32%

R = 49.69%
G = 42%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFCA28 (or 0xEFCA28) is known color: Golden Dream. HEX triplet: EF, CA and 28. RGB value is (239,202,40). Sum of RGB (Red+Green+Blue) = 239+202+40=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA28 is #1035D7. Grayscale: #C3C3C3. Windows color (decimal): -1062360 or 2673391. OLE color: 2673391.

HSL color Cylindrical-coordinate representation of color #EFCA28: hue angle of 48.84º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFCA28 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 40 -
CMYK 0 0.15 0.83 0.06
HSL 48.84º 0.86% 0.55% -
HSV(B) 48.84º 0.83% 0.94% -
XYZ 57.1 60.74 10.72 -
YUV 194.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 239 202 40 0 0.15 0.83 0.06 48.84 0.86 0.55
Hex EF CA 28 0 F 53 6 31 56 37
Octal 357 312 50 0 17 123 6 61 126 67
Binary 11101111 11001010 101000 0 1111 1010011 110 110001 1010110 110111

Color Harmonies of #EFCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA28

Black with #EFCA28

Text Example


Text Example

White with #EFCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA28; }

 p { color: rgb(239,202,40); }

 H1.HeaderClassName
 {
   color: #EFCA28;
 }
 .AnyTagClassName
 {
   color: #EFCA28;
 }
</style>

background-color css

<style>
 a { background-color: #EFCA28; }

 a { background-color: rgb(239,202,40); }

 div.DivClassName
 {
   background-color: #EFCA28;
 }
 .BgClassName
 {
   background-color: #EFCA28;
 }
</style>

border-color css

<style>
 span { border-color: #EFCA28; }

 span { border-color: rgb(239,202,40); }

 td.TdClassName
 {
   border-color: #EFCA28;
 }
 .TagClassName
 {
   border-color: #EFCA28;
 }
</style>