Html Css Color HEX #EFD331 Golden Dream

📋 copy color: '#EFD331'

red 239 ◦ green 211 ◦ blue 49

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

Shades of Golden Dream #EFD331

Tints of Golden Dream #EFD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.28%

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

R = 47.9%
G = 42.28%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD331 (or 0xEFD331) is known color: Golden Dream. HEX triplet: EF, D3 and 31. RGB value is (239,211,49). Sum of RGB (Red+Green+Blue) = 239+211+49=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD331 is #102CCE. Grayscale: #C9C9C9. Windows color (decimal): -1060047 or 3265519. OLE color: 3265519.

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

Color convert

RGB 239 211 49 -
CMYK 0 0.12 0.79 0.06
HSL 51.16º 0.86% 0.56% -
HSV(B) 51.16º 0.79% 0.94% -
XYZ 59.45 65.16 12.35 -
YUV 200.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 239 211 49 0 0.12 0.79 0.06 51.16 0.86 0.56
Hex EF D3 31 0 C 4F 6 33 56 38
Octal 357 323 61 0 14 117 6 63 126 70
Binary 11101111 11010011 110001 0 1100 1001111 110 110011 1010110 111000

Color Harmonies of #EFD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD331

Black with #EFD331

Text Example


Text Example

White with #EFD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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