Html Css Color HEX #EDD633 Golden Fizz

📋 copy color: '#EDD633'

red 237 ◦ green 214 ◦ blue 51

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

Shades of Golden Fizz #EDD633

Tints of Golden Fizz #EDD633

RGB

 RED value IS 237 (92.97% from 255) = 47.21%

 GREEN value IS 214 (83.98% from 255) = 42.63%

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

R = 47.21%
G = 42.63%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD633 (or 0xEDD633) is known color: Golden Fizz. HEX triplet: ED, D6 and 33. RGB value is (237,214,51). Sum of RGB (Red+Green+Blue) = 237+214+51=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 51 (20.31% from 255 or 10.16% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD633 is #1229CC. Grayscale: #CACACA. Windows color (decimal): -1190349 or 3397357. OLE color: 3397357.

HSL color Cylindrical-coordinate representation of color #EDD633: hue angle of 52.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD633 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 51 -
CMYK 0 0.10 0.78 0.07
HSL 52.58º 0.84% 0.56% -
HSV(B) 52.58º 0.78% 0.93% -
XYZ 59.57 66.34 12.8 -
YUV 202.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 237 214 51 0 0.10 0.78 0.07 52.58 0.84 0.56
Hex ED D6 33 0 A 4E 7 35 54 38
Octal 355 326 63 0 12 116 7 65 124 70
Binary 11101101 11010110 110011 0 1010 1001110 111 110101 1010100 111000

Color Harmonies of #EDD633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD633

Black with #EDD633

Text Example


Text Example

White with #EDD633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD633; }

 p { color: rgb(237,214,51); }

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

background-color css

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

 a { background-color: rgb(237,214,51); }

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

border-color css

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

 span { border-color: rgb(237,214,51); }

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