Html Css Color HEX #EDE622 Golden Fizz

📋 copy color: '#EDE622'

red 237 ◦ green 230 ◦ blue 34

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

Shades of Golden Fizz #EDE622

Tints of Golden Fizz #EDE622

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.91%

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

R = 47.31%
G = 45.91%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE622 (or 0xEDE622) is known color: Golden Fizz. HEX triplet: ED, E6 and 22. RGB value is (237,230,34). Sum of RGB (Red+Green+Blue) = 237+230+34=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 34 (13.67% from 255 or 6.79% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE622 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE622 is #1219DD. Grayscale: #D2D2D2. Windows color (decimal): -1186270 or 2287341. OLE color: 2287341.

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

Color convert

RGB 237 230 34 -
CMYK 0 0.03 0.86 0.07
HSL 57.93º 0.85% 0.53% -
HSV(B) 57.93º 0.86% 0.93% -
XYZ 63.51 74.71 12.59 -
YUV 209.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 237 230 34 0 0.03 0.86 0.07 57.93 0.85 0.53
Hex ED E6 22 0 3 56 7 3A 55 35
Octal 355 346 42 0 3 126 7 72 125 65
Binary 11101101 11100110 100010 0 11 1010110 111 111010 1010101 110101

Color Harmonies of #EDE622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE622

Black with #EDE622

Text Example


Text Example

White with #EDE622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE622; }

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

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

background-color css

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

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

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

border-color css

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

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

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