Html Css Color HEX #EFD336 Golden Dream

📋 copy color: '#EFD336'

red 239 ◦ green 211 ◦ blue 54

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

Shades of Golden Dream #EFD336

Tints of Golden Dream #EFD336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.71%

R = 47.42%
G = 41.87%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFD336 (or 0xEFD336) is known color: Golden Dream. HEX triplet: EF, D3 and 36. RGB value is (239,211,54). Sum of RGB (Red+Green+Blue) = 239+211+54=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD336 is #102CC9. Grayscale: #CACACA. Windows color (decimal): -1060042 or 3593199. OLE color: 3593199.

HSL color Cylindrical-coordinate representation of color #EFD336: hue angle of 50.92º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFD336 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 54 -
CMYK 0 0.12 0.77 0.06
HSL 50.92º 0.85% 0.57% -
HSV(B) 50.92º 0.77% 0.94% -
XYZ 59.56 65.21 12.94 -
YUV 201.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 239 211 54 0 0.12 0.77 0.06 50.92 0.85 0.57
Hex EF D3 36 0 C 4D 6 33 55 39
Octal 357 323 66 0 14 115 6 63 125 71
Binary 11101111 11010011 110110 0 1100 1001101 110 110011 1010101 111001

Color Harmonies of #EFD336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD336

Black with #EFD336

Text Example


Text Example

White with #EFD336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD336; }

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

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

background-color css

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

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

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

border-color css

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

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

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