Html Css Color HEX #EFC928 Golden Dream

📋 copy color: '#EFC928'

red 239 ◦ green 201 ◦ blue 40

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

Shades of Golden Dream #EFC928

Tints of Golden Dream #EFC928

RGB

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

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

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

R = 49.79%
G = 41.88%
B = 8.33%

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

#EFC928 (or 0xEFC928) is known color: Golden Dream. HEX triplet: EF, C9 and 28. RGB value is (239,201,40). Sum of RGB (Red+Green+Blue) = 239+201+40=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC928 is #1036D7. Grayscale: #C2C2C2. Windows color (decimal): -1062616 or 2673135. OLE color: 2673135.

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

Color convert

RGB 239 201 40 -
CMYK 0 0.16 0.83 0.06
HSL 48.54º 0.86% 0.55% -
HSV(B) 48.54º 0.83% 0.94% -
XYZ 56.87 60.28 10.64 -
YUV 194.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 239 201 40 0 0.16 0.83 0.06 48.54 0.86 0.55
Hex EF C9 28 0 10 53 6 31 56 37
Octal 357 311 50 0 20 123 6 61 126 67
Binary 11101111 11001001 101000 0 10000 1010011 110 110001 1010110 110111

Color Harmonies of #EFC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC928

Black with #EFC928

Text Example


Text Example

White with #EFC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC928; }

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

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

background-color css

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

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

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

border-color css

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

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

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