Html Css Color HEX #EDE935 Golden Fizz

📋 copy color: '#EDE935'

red 237 ◦ green 233 ◦ blue 53

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

Shades of Golden Fizz #EDE935

Tints of Golden Fizz #EDE935

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.55%

 BLUE value IS 53 (21.09% from 255) = 10.13%

R = 45.32%
G = 44.55%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDE935 (or 0xEDE935) is known color: Golden Fizz. HEX triplet: ED, E9 and 35. RGB value is (237,233,53). Sum of RGB (Red+Green+Blue) = 237+233+53=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 53 (21.09% from 255 or 10.13% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE935 is #1216CA. Grayscale: #D6D6D6. Windows color (decimal): -1185483 or 3533293. OLE color: 3533293.

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

Color convert

RGB 237 233 53 -
CMYK 0 0.02 0.78 0.07
HSL 58.7º 0.84% 0.57% -
HSV(B) 58.7º 0.78% 0.93% -
XYZ 64.71 76.54 14.73 -
YUV 213.68 37.33 144.64 -
System Red Green Blue C M Y K H S L
Decimal 237 233 53 0 0.02 0.78 0.07 58.7 0.84 0.57
Hex ED E9 35 0 2 4E 7 3B 54 39
Octal 355 351 65 0 2 116 7 73 124 71
Binary 11101101 11101001 110101 0 10 1001110 111 111011 1010100 111001

Color Harmonies of #EDE935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE935

Black with #EDE935

Text Example


Text Example

White with #EDE935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE935; }

 p { color: rgb(237,233,53); }

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

background-color css

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

 a { background-color: rgb(237,233,53); }

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

border-color css

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

 span { border-color: rgb(237,233,53); }

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