Html Css Color HEX #EFC931 Golden Dream

📋 copy color: '#EFC931'

red 239 ◦ green 201 ◦ blue 49

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

Shades of Golden Dream #EFC931

Tints of Golden Dream #EFC931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.02%

R = 48.88%
G = 41.1%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC931 (or 0xEFC931) is known color: Golden Dream. HEX triplet: EF, C9 and 31. RGB value is (239,201,49). Sum of RGB (Red+Green+Blue) = 239+201+49=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC931 is #1036CE. Grayscale: #C3C3C3. Windows color (decimal): -1062607 or 3262959. OLE color: 3262959.

HSL color Cylindrical-coordinate representation of color #EFC931: hue angle of 48º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC931 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 49 -
CMYK 0 0.16 0.79 0.06
HSL 48º 0.86% 0.56% -
HSV(B) 48º 0.79% 0.94% -
XYZ 57.04 60.35 11.55 -
YUV 195.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 239 201 49 0 0.16 0.79 0.06 48 0.86 0.56
Hex EF C9 31 0 10 4F 6 30 56 38
Octal 357 311 61 0 20 117 6 60 126 70
Binary 11101111 11001001 110001 0 10000 1001111 110 110000 1010110 111000

Color Harmonies of #EFC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC931

Black with #EFC931

Text Example


Text Example

White with #EFC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC931; }

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

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

background-color css

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

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

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

border-color css

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

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

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