Html Css Color HEX #EDE422 Golden Fizz

📋 copy color: '#EDE422'

red 237 ◦ green 228 ◦ blue 34

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

Shades of Golden Fizz #EDE422

Tints of Golden Fizz #EDE422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.81%

R = 47.49%
G = 45.69%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE422 (or 0xEDE422) is known color: Golden Fizz. HEX triplet: ED, E4 and 22. RGB value is (237,228,34). Sum of RGB (Red+Green+Blue) = 237+228+34=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE422 is #121BDD. Grayscale: #D1D1D1. Windows color (decimal): -1186782 or 2286829. OLE color: 2286829.

HSL color Cylindrical-coordinate representation of color #EDE422: hue angle of 57.34º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDE422 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 34 -
CMYK 0 0.04 0.86 0.07
HSL 57.34º 0.85% 0.53% -
HSV(B) 57.34º 0.86% 0.93% -
XYZ 62.96 73.61 12.4 -
YUV 208.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 237 228 34 0 0.04 0.86 0.07 57.34 0.85 0.53
Hex ED E4 22 0 4 56 7 39 55 35
Octal 355 344 42 0 4 126 7 71 125 65
Binary 11101101 11100100 100010 0 100 1010110 111 111001 1010101 110101

Color Harmonies of #EDE422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE422

Black with #EDE422

Text Example


Text Example

White with #EDE422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE422; }

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

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

background-color css

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

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

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

border-color css

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

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

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