Html Css Color HEX #EFC52A Golden Dream

📋 copy color: '#EFC52A'

red 239 ◦ green 197 ◦ blue 42

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

Shades of Golden Dream #EFC52A

Tints of Golden Dream #EFC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 42 (16.8% from 255) = 8.79%

R = 50%
G = 41.21%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC52A (or 0xEFC52A) is known color: Golden Dream. HEX triplet: EF, C5 and 2A. RGB value is (239,197,42). Sum of RGB (Red+Green+Blue) = 239+197+42=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC52A is #103AD5. Grayscale: #C0C0C0. Windows color (decimal): -1063638 or 2803183. OLE color: 2803183.

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

Color convert

RGB 239 197 42 -
CMYK 0 0.18 0.82 0.06
HSL 47.21º 0.86% 0.55% -
HSV(B) 47.21º 0.82% 0.94% -
XYZ 55.98 58.45 10.52 -
YUV 191.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 239 197 42 0 0.18 0.82 0.06 47.21 0.86 0.55
Hex EF C5 2A 0 12 52 6 2F 56 37
Octal 357 305 52 0 22 122 6 57 126 67
Binary 11101111 11000101 101010 0 10010 1010010 110 101111 1010110 110111

Color Harmonies of #EFC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC52A

Black with #EFC52A

Text Example


Text Example

White with #EFC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC52A; }

 p { color: rgb(239,197,42); }

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

background-color css

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

 a { background-color: rgb(239,197,42); }

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

border-color css

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

 span { border-color: rgb(239,197,42); }

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