Html Css Color HEX #EFD333 Golden Dream

📋 copy color: '#EFD333'

red 239 ◦ green 211 ◦ blue 51

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

Shades of Golden Dream #EFD333

Tints of Golden Dream #EFD333

RGB

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

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

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

R = 47.7%
G = 42.12%
B = 10.18%

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

#EFD333 (or 0xEFD333) is known color: Golden Dream. HEX triplet: EF, D3 and 33. RGB value is (239,211,51). Sum of RGB (Red+Green+Blue) = 239+211+51=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD333 is #102CCC. Grayscale: #C9C9C9. Windows color (decimal): -1060045 or 3396591. OLE color: 3396591.

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

Color convert

RGB 239 211 51 -
CMYK 0 0.12 0.79 0.06
HSL 51.06º 0.85% 0.57% -
HSV(B) 51.06º 0.79% 0.94% -
XYZ 59.49 65.18 12.58 -
YUV 201.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 239 211 51 0 0.12 0.79 0.06 51.06 0.85 0.57
Hex EF D3 33 0 C 4F 6 33 55 39
Octal 357 323 63 0 14 117 6 63 125 71
Binary 11101111 11010011 110011 0 1100 1001111 110 110011 1010101 111001

Color Harmonies of #EFD333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD333

Black with #EFD333

Text Example


Text Example

White with #EFD333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD333; }

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

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

background-color css

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

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

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

border-color css

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

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

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