Html Css Color HEX #EFD233 Golden Dream

📋 copy color: '#EFD233'

red 239 ◦ green 210 ◦ blue 51

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

Shades of Golden Dream #EFD233

Tints of Golden Dream #EFD233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.2%

R = 47.8%
G = 42%
B = 10.2%

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

#EFD233 (or 0xEFD233) is known color: Golden Dream. HEX triplet: EF, D2 and 33. RGB value is (239,210,51). Sum of RGB (Red+Green+Blue) = 239+210+51=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD233 is #102DCC. Grayscale: #C9C9C9. Windows color (decimal): -1060301 or 3396335. OLE color: 3396335.

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

Color convert

RGB 239 210 51 -
CMYK 0 0.12 0.79 0.06
HSL 50.74º 0.85% 0.57% -
HSV(B) 50.74º 0.79% 0.94% -
XYZ 59.24 64.68 12.49 -
YUV 200.55 43.61 155.43 -
System Red Green Blue C M Y K H S L
Decimal 239 210 51 0 0.12 0.79 0.06 50.74 0.85 0.57
Hex EF D2 33 0 C 4F 6 33 55 39
Octal 357 322 63 0 14 117 6 63 125 71
Binary 11101111 11010010 110011 0 1100 1001111 110 110011 1010101 111001

Color Harmonies of #EFD233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD233

Black with #EFD233

Text Example


Text Example

White with #EFD233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD233; }

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

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

background-color css

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

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

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

border-color css

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

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

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