Html Css Color HEX #EDE21E Golden Fizz

📋 copy color: '#EDE21E'

red 237 ◦ green 226 ◦ blue 30

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

Shades of Golden Fizz #EDE21E

Tints of Golden Fizz #EDE21E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.84%

 BLUE value IS 30 (12.11% from 255) = 6.09%

R = 48.07%
G = 45.84%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE21E (or 0xEDE21E) is known color: Golden Fizz. HEX triplet: ED, E2 and 1E. RGB value is (237,226,30). Sum of RGB (Red+Green+Blue) = 237+226+30=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE21E is #121DE1. Grayscale: #CFCFCF. Windows color (decimal): -1187298 or 2024173. OLE color: 2024173.

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

Color convert

RGB 237 226 30 -
CMYK 0 0.05 0.87 0.07
HSL 56.81º 0.85% 0.52% -
HSV(B) 56.81º 0.87% 0.93% -
XYZ 62.36 72.49 11.93 -
YUV 206.95 28.14 149.44 -
System Red Green Blue C M Y K H S L
Decimal 237 226 30 0 0.05 0.87 0.07 56.81 0.85 0.52
Hex ED E2 1E 0 5 57 7 39 55 34
Octal 355 342 36 0 5 127 7 71 125 64
Binary 11101101 11100010 11110 0 101 1010111 111 111001 1010101 110100

Color Harmonies of #EDE21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE21E

Black with #EDE21E

Text Example


Text Example

White with #EDE21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE21E; }

 p { color: rgb(237,226,30); }

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

background-color css

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

 a { background-color: rgb(237,226,30); }

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

border-color css

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

 span { border-color: rgb(237,226,30); }

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