Html Css Color HEX #EFC72C Golden Dream

📋 copy color: '#EFC72C'

red 239 ◦ green 199 ◦ blue 44

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

Shades of Golden Dream #EFC72C

Tints of Golden Dream #EFC72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 49.59%
G = 41.29%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC72C (or 0xEFC72C) is known color: Golden Dream. HEX triplet: EF, C7 and 2C. RGB value is (239,199,44). Sum of RGB (Red+Green+Blue) = 239+199+44=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC72C is #1038D3. Grayscale: #C1C1C1. Windows color (decimal): -1063124 or 2934767. OLE color: 2934767.

HSL color Cylindrical-coordinate representation of color #EFC72C: hue angle of 47.69º 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 #EFC72C is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 44 -
CMYK 0 0.17 0.82 0.06
HSL 47.69º 0.86% 0.55% -
HSV(B) 47.69º 0.82% 0.94% -
XYZ 56.47 59.38 10.87 -
YUV 193.29 43.75 160.6 -
System Red Green Blue C M Y K H S L
Decimal 239 199 44 0 0.17 0.82 0.06 47.69 0.86 0.55
Hex EF C7 2C 0 11 52 6 30 56 37
Octal 357 307 54 0 21 122 6 60 126 67
Binary 11101111 11000111 101100 0 10001 1010010 110 110000 1010110 110111

Color Harmonies of #EFC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC72C

Black with #EFC72C

Text Example


Text Example

White with #EFC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC72C; }

 p { color: rgb(239,199,44); }

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

background-color css

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

 a { background-color: rgb(239,199,44); }

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

border-color css

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

 span { border-color: rgb(239,199,44); }

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