Html Css Color HEX #EFC72D Golden Dream

📋 copy color: '#EFC72D'

red 239 ◦ green 199 ◦ blue 45

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

Shades of Golden Dream #EFC72D

Tints of Golden Dream #EFC72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.32%

R = 49.48%
G = 41.2%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFC72D (or 0xEFC72D) is known color: Golden Dream. HEX triplet: EF, C7 and 2D. RGB value is (239,199,45). Sum of RGB (Red+Green+Blue) = 239+199+45=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC72D is #1038D2. Grayscale: #C2C2C2. Windows color (decimal): -1063123 or 3000303. OLE color: 3000303.

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

Color convert

RGB 239 199 45 -
CMYK 0 0.17 0.81 0.06
HSL 47.63º 0.86% 0.56% -
HSV(B) 47.63º 0.81% 0.94% -
XYZ 56.49 59.39 10.97 -
YUV 193.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 239 199 45 0 0.17 0.81 0.06 47.63 0.86 0.56
Hex EF C7 2D 0 11 51 6 30 56 38
Octal 357 307 55 0 21 121 6 60 126 70
Binary 11101111 11000111 101101 0 10001 1010001 110 110000 1010110 111000

Color Harmonies of #EFC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC72D

Black with #EFC72D

Text Example


Text Example

White with #EFC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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