Html Css Color HEX #EFD236 Golden Dream

📋 copy color: '#EFD236'

red 239 ◦ green 210 ◦ blue 54

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

Shades of Golden Dream #EFD236

Tints of Golden Dream #EFD236

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.75%

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

R = 47.51%
G = 41.75%
B = 10.74%

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

#EFD236 (or 0xEFD236) is known color: Golden Dream. HEX triplet: EF, D2 and 36. RGB value is (239,210,54). Sum of RGB (Red+Green+Blue) = 239+210+54=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD236 is #102DC9. Grayscale: #C9C9C9. Windows color (decimal): -1060298 or 3592943. OLE color: 3592943.

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

Color convert

RGB 239 210 54 -
CMYK 0 0.12 0.77 0.06
HSL 50.59º 0.85% 0.57% -
HSV(B) 50.59º 0.77% 0.94% -
XYZ 59.31 64.71 12.85 -
YUV 200.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 239 210 54 0 0.12 0.77 0.06 50.59 0.85 0.57
Hex EF D2 36 0 C 4D 6 33 55 39
Octal 357 322 66 0 14 115 6 63 125 71
Binary 11101111 11010010 110110 0 1100 1001101 110 110011 1010101 111001

Color Harmonies of #EFD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD236

Black with #EFD236

Text Example


Text Example

White with #EFD236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD236; }

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

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

background-color css

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

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

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

border-color css

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

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

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