Html Css Color HEX #EFD131 Golden Dream

📋 copy color: '#EFD131'

red 239 ◦ green 209 ◦ blue 49

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

Shades of Golden Dream #EFD131

Tints of Golden Dream #EFD131

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.05%

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

R = 48.09%
G = 42.05%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD131 (or 0xEFD131) is known color: Golden Dream. HEX triplet: EF, D1 and 31. RGB value is (239,209,49). Sum of RGB (Red+Green+Blue) = 239+209+49=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD131 is #102ECE. Grayscale: #C8C8C8. Windows color (decimal): -1060559 or 3265007. OLE color: 3265007.

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

Color convert

RGB 239 209 49 -
CMYK 0 0.13 0.79 0.06
HSL 50.53º 0.86% 0.56% -
HSV(B) 50.53º 0.79% 0.94% -
XYZ 58.95 64.17 12.19 -
YUV 199.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 239 209 49 0 0.13 0.79 0.06 50.53 0.86 0.56
Hex EF D1 31 0 D 4F 6 33 56 38
Octal 357 321 61 0 15 117 6 63 126 70
Binary 11101111 11010001 110001 0 1101 1001111 110 110011 1010110 111000

Color Harmonies of #EFD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD131

Black with #EFD131

Text Example


Text Example

White with #EFD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD131; }

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

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

background-color css

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

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

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

border-color css

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

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

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