Html Css Color HEX #EFC829 Golden Dream

📋 copy color: '#EFC829'

red 239 ◦ green 200 ◦ blue 41

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

Shades of Golden Dream #EFC829

Tints of Golden Dream #EFC829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

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

R = 49.79%
G = 41.67%
B = 8.54%

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

#EFC829 (or 0xEFC829) is known color: Golden Dream. HEX triplet: EF, C8 and 29. RGB value is (239,200,41). Sum of RGB (Red+Green+Blue) = 239+200+41=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC829 is #1037D6. Grayscale: #C2C2C2. Windows color (decimal): -1062871 or 2738415. OLE color: 2738415.

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

Color convert

RGB 239 200 41 -
CMYK 0 0.16 0.83 0.06
HSL 48.18º 0.86% 0.55% -
HSV(B) 48.18º 0.83% 0.94% -
XYZ 56.65 59.82 10.66 -
YUV 193.54 41.92 160.43 -
System Red Green Blue C M Y K H S L
Decimal 239 200 41 0 0.16 0.83 0.06 48.18 0.86 0.55
Hex EF C8 29 0 10 53 6 30 56 37
Octal 357 310 51 0 20 123 6 60 126 67
Binary 11101111 11001000 101001 0 10000 1010011 110 110000 1010110 110111

Color Harmonies of #EFC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC829

Black with #EFC829

Text Example


Text Example

White with #EFC829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC829; }

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

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

background-color css

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

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

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

border-color css

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

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

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