Html Css Color HEX #EFC72B Golden Dream

📋 copy color: '#EFC72B'

red 239 ◦ green 199 ◦ blue 43

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

Shades of Golden Dream #EFC72B

Tints of Golden Dream #EFC72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.94%

R = 49.69%
G = 41.37%
B = 8.94%

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

#EFC72B (or 0xEFC72B) is known color: Golden Dream. HEX triplet: EF, C7 and 2B. RGB value is (239,199,43). Sum of RGB (Red+Green+Blue) = 239+199+43=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC72B is #1038D4. Grayscale: #C1C1C1. Windows color (decimal): -1063125 or 2869231. OLE color: 2869231.

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

Color convert

RGB 239 199 43 -
CMYK 0 0.17 0.82 0.06
HSL 47.76º 0.86% 0.55% -
HSV(B) 47.76º 0.82% 0.94% -
XYZ 56.46 59.37 10.77 -
YUV 193.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 239 199 43 0 0.17 0.82 0.06 47.76 0.86 0.55
Hex EF C7 2B 0 11 52 6 30 56 37
Octal 357 307 53 0 21 122 6 60 126 67
Binary 11101111 11000111 101011 0 10001 1010010 110 110000 1010110 110111

Color Harmonies of #EFC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC72B

Black with #EFC72B

Text Example


Text Example

White with #EFC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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