Html Css Color HEX #EFCF32 Golden Dream

📋 copy color: '#EFCF32'

red 239 ◦ green 207 ◦ blue 50

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

Shades of Golden Dream #EFCF32

Tints of Golden Dream #EFCF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.08%

R = 48.19%
G = 41.73%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFCF32 (or 0xEFCF32) is known color: Golden Dream. HEX triplet: EF, CF and 32. RGB value is (239,207,50). Sum of RGB (Red+Green+Blue) = 239+207+50=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF32 is #1030CD. Grayscale: #C7C7C7. Windows color (decimal): -1061070 or 3330031. OLE color: 3330031.

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

Color convert

RGB 239 207 50 -
CMYK 0 0.13 0.79 0.06
HSL 49.84º 0.86% 0.57% -
HSV(B) 49.84º 0.79% 0.94% -
XYZ 58.49 63.21 12.14 -
YUV 198.67 44.1 156.77 -
System Red Green Blue C M Y K H S L
Decimal 239 207 50 0 0.13 0.79 0.06 49.84 0.86 0.57
Hex EF CF 32 0 D 4F 6 32 56 39
Octal 357 317 62 0 15 117 6 62 126 71
Binary 11101111 11001111 110010 0 1101 1001111 110 110010 1010110 111001

Color Harmonies of #EFCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF32

Black with #EFCF32

Text Example


Text Example

White with #EFCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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