Html Css Color HEX #EFCF34 Golden Dream

📋 copy color: '#EFCF34'

red 239 ◦ green 207 ◦ blue 52

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

Shades of Golden Dream #EFCF34

Tints of Golden Dream #EFCF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 47.99%
G = 41.57%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFCF34 (or 0xEFCF34) is known color: Golden Dream. HEX triplet: EF, CF and 34. RGB value is (239,207,52). Sum of RGB (Red+Green+Blue) = 239+207+52=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF34 is #1030CB. Grayscale: #C7C7C7. Windows color (decimal): -1061068 or 3461103. OLE color: 3461103.

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

Color convert

RGB 239 207 52 -
CMYK 0 0.13 0.78 0.06
HSL 49.73º 0.85% 0.57% -
HSV(B) 49.73º 0.78% 0.94% -
XYZ 58.53 63.22 12.37 -
YUV 198.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 239 207 52 0 0.13 0.78 0.06 49.73 0.85 0.57
Hex EF CF 34 0 D 4E 6 32 55 39
Octal 357 317 64 0 15 116 6 62 125 71
Binary 11101111 11001111 110100 0 1101 1001110 110 110010 1010101 111001

Color Harmonies of #EFCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF34

Black with #EFCF34

Text Example


Text Example

White with #EFCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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