Html Css Color HEX #EFCF29 Golden Dream

📋 copy color: '#EFCF29'

red 239 ◦ green 207 ◦ blue 41

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

Shades of Golden Dream #EFCF29

Tints of Golden Dream #EFCF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.42%

R = 49.08%
G = 42.51%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFCF29 (or 0xEFCF29) is known color: Golden Dream. HEX triplet: EF, CF and 29. RGB value is (239,207,41). Sum of RGB (Red+Green+Blue) = 239+207+41=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF29 is #1030D6. Grayscale: #C6C6C6. Windows color (decimal): -1061079 or 2740207. OLE color: 2740207.

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

Color convert

RGB 239 207 41 -
CMYK 0 0.13 0.83 0.06
HSL 50.3º 0.86% 0.55% -
HSV(B) 50.3º 0.83% 0.94% -
XYZ 58.31 63.14 11.21 -
YUV 197.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 239 207 41 0 0.13 0.83 0.06 50.3 0.86 0.55
Hex EF CF 29 0 D 53 6 32 56 37
Octal 357 317 51 0 15 123 6 62 126 67
Binary 11101111 11001111 101001 0 1101 1010011 110 110010 1010110 110111

Color Harmonies of #EFCF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF29

Black with #EFCF29

Text Example


Text Example

White with #EFCF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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