Html Css Color HEX #EDE435 Golden Fizz

📋 copy color: '#EDE435'

red 237 ◦ green 228 ◦ blue 53

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

Shades of Golden Fizz #EDE435

Tints of Golden Fizz #EDE435

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.02%

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

R = 45.75%
G = 44.02%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDE435 (or 0xEDE435) is known color: Golden Fizz. HEX triplet: ED, E4 and 35. RGB value is (237,228,53). Sum of RGB (Red+Green+Blue) = 237+228+53=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE435 is #121BCA. Grayscale: #D3D3D3. Windows color (decimal): -1186763 or 3532013. OLE color: 3532013.

HSL color Cylindrical-coordinate representation of color #EDE435: hue angle of 57.07º 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 #EDE435 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 53 -
CMYK 0 0.04 0.78 0.07
HSL 57.07º 0.84% 0.57% -
HSV(B) 57.07º 0.78% 0.93% -
XYZ 63.31 73.75 14.27 -
YUV 210.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 237 228 53 0 0.04 0.78 0.07 57.07 0.84 0.57
Hex ED E4 35 0 4 4E 7 39 54 39
Octal 355 344 65 0 4 116 7 71 124 71
Binary 11101101 11100100 110101 0 100 1001110 111 111001 1010100 111001

Color Harmonies of #EDE435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE435

Black with #EDE435

Text Example


Text Example

White with #EDE435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE435; }

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

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

background-color css

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

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

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

border-color css

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

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

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