Html Css Color HEX #EFCF2F Golden Dream

📋 copy color: '#EFCF2F'

red 239 ◦ green 207 ◦ blue 47

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

Shades of Golden Dream #EFCF2F

Tints of Golden Dream #EFCF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.53%

R = 48.48%
G = 41.99%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFCF2F (or 0xEFCF2F) is known color: Golden Dream. HEX triplet: EF, CF and 2F. RGB value is (239,207,47). Sum of RGB (Red+Green+Blue) = 239+207+47=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF2F is #1030D0. Grayscale: #C6C6C6. Windows color (decimal): -1061073 or 3133423. OLE color: 3133423.

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

Color convert

RGB 239 207 47 -
CMYK 0 0.13 0.80 0.06
HSL 50º 0.86% 0.56% -
HSV(B) 50º 0.8% 0.94% -
XYZ 58.42 63.18 11.81 -
YUV 198.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 239 207 47 0 0.13 0.80 0.06 50 0.86 0.56
Hex EF CF 2F 0 D 50 6 32 56 38
Octal 357 317 57 0 15 120 6 62 126 70
Binary 11101111 11001111 101111 0 1101 1010000 110 110010 1010110 111000

Color Harmonies of #EFCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF2F

Black with #EFCF2F

Text Example


Text Example

White with #EFCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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