Html Css Color HEX #EFC828 Golden Dream

📋 copy color: '#EFC828'

red 239 ◦ green 200 ◦ blue 40

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

Shades of Golden Dream #EFC828

Tints of Golden Dream #EFC828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.35%

R = 49.9%
G = 41.75%
B = 8.35%

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

#EFC828 (or 0xEFC828) is known color: Golden Dream. HEX triplet: EF, C8 and 28. RGB value is (239,200,40). Sum of RGB (Red+Green+Blue) = 239+200+40=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC828 is #1037D7. Grayscale: #C2C2C2. Windows color (decimal): -1062872 or 2672879. OLE color: 2672879.

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

Color convert

RGB 239 200 40 -
CMYK 0 0.16 0.83 0.06
HSL 48.24º 0.86% 0.55% -
HSV(B) 48.24º 0.83% 0.94% -
XYZ 56.63 59.81 10.57 -
YUV 193.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 239 200 40 0 0.16 0.83 0.06 48.24 0.86 0.55
Hex EF C8 28 0 10 53 6 30 56 37
Octal 357 310 50 0 20 123 6 60 126 67
Binary 11101111 11001000 101000 0 10000 1010011 110 110000 1010110 110111

Color Harmonies of #EFC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC828

Black with #EFC828

Text Example


Text Example

White with #EFC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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