Html Css Color HEX #EFCF39 Golden Dream

📋 copy color: '#EFCF39'

red 239 ◦ green 207 ◦ blue 57

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

Shades of Golden Dream #EFCF39

Tints of Golden Dream #EFCF39

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.15%

 BLUE value IS 57 (22.66% from 255) = 11.33%

R = 47.51%
G = 41.15%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFCF39 (or 0xEFCF39) is known color: Golden Dream. HEX triplet: EF, CF and 39. RGB value is (239,207,57). Sum of RGB (Red+Green+Blue) = 239+207+57=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF39 is #1030C6. Grayscale: #C8C8C8. Windows color (decimal): -1061063 or 3788783. OLE color: 3788783.

HSL color Cylindrical-coordinate representation of color #EFCF39: hue angle of 49.45º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFCF39 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 57 -
CMYK 0 0.13 0.76 0.06
HSL 49.45º 0.85% 0.58% -
HSV(B) 49.45º 0.76% 0.94% -
XYZ 58.65 63.27 12.99 -
YUV 199.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 239 207 57 0 0.13 0.76 0.06 49.45 0.85 0.58
Hex EF CF 39 0 D 4C 6 31 55 3A
Octal 357 317 71 0 15 114 6 61 125 72
Binary 11101111 11001111 111001 0 1101 1001100 110 110001 1010101 111010

Color Harmonies of #EFCF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF39

Black with #EFCF39

Text Example


Text Example

White with #EFCF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF39; }

 p { color: rgb(239,207,57); }

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

background-color css

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

 a { background-color: rgb(239,207,57); }

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

border-color css

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

 span { border-color: rgb(239,207,57); }

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