Html Css Color HEX #EFCD29 Golden Dream

📋 copy color: '#EFCD29'

red 239 ◦ green 205 ◦ blue 41

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

Shades of Golden Dream #EFCD29

Tints of Golden Dream #EFCD29

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

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

R = 49.28%
G = 42.27%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFCD29 (or 0xEFCD29) is known color: Golden Dream. HEX triplet: EF, CD and 29. RGB value is (239,205,41). Sum of RGB (Red+Green+Blue) = 239+205+41=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD29 is #1032D6. Grayscale: #C5C5C5. Windows color (decimal): -1061591 or 2739695. OLE color: 2739695.

HSL color Cylindrical-coordinate representation of color #EFCD29: hue angle of 49.7º 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 #EFCD29 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 41 -
CMYK 0 0.14 0.83 0.06
HSL 49.7º 0.86% 0.55% -
HSV(B) 49.7º 0.83% 0.94% -
XYZ 57.83 62.17 11.05 -
YUV 196.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 239 205 41 0 0.14 0.83 0.06 49.7 0.86 0.55
Hex EF CD 29 0 E 53 6 32 56 37
Octal 357 315 51 0 16 123 6 62 126 67
Binary 11101111 11001101 101001 0 1110 1010011 110 110010 1010110 110111

Color Harmonies of #EFCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD29

Black with #EFCD29

Text Example


Text Example

White with #EFCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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