Html Css Color HEX #EFC929 Golden Dream

📋 copy color: '#EFC929'

red 239 ◦ green 201 ◦ blue 41

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

Shades of Golden Dream #EFC929

Tints of Golden Dream #EFC929

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.79%

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

R = 49.69%
G = 41.79%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFC929 (or 0xEFC929) is known color: Golden Dream. HEX triplet: EF, C9 and 29. RGB value is (239,201,41). Sum of RGB (Red+Green+Blue) = 239+201+41=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC929 is #1036D6. Grayscale: #C2C2C2. Windows color (decimal): -1062615 or 2738671. OLE color: 2738671.

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

Color convert

RGB 239 201 41 -
CMYK 0 0.16 0.83 0.06
HSL 48.48º 0.86% 0.55% -
HSV(B) 48.48º 0.83% 0.94% -
XYZ 56.88 60.28 10.74 -
YUV 194.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 239 201 41 0 0.16 0.83 0.06 48.48 0.86 0.55
Hex EF C9 29 0 10 53 6 30 56 37
Octal 357 311 51 0 20 123 6 60 126 67
Binary 11101111 11001001 101001 0 10000 1010011 110 110000 1010110 110111

Color Harmonies of #EFC929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC929

Black with #EFC929

Text Example


Text Example

White with #EFC929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC929; }

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

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

background-color css

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

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

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

border-color css

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

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

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