Html Css Color HEX #EDEE30 Golden Fizz

📋 copy color: '#EDEE30'

red 237 ◦ green 238 ◦ blue 48

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

Shades of Golden Fizz #EDEE30

Tints of Golden Fizz #EDEE30

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.51%

 BLUE value IS 48 (19.14% from 255) = 9.18%

R = 45.32%
G = 45.51%
B = 9.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDEE30 (or 0xEDEE30) is known color: Golden Fizz. HEX triplet: ED, EE and 30. RGB value is (237,238,48). Sum of RGB (Red+Green+Blue) = 237+238+48=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE30 is #1211CF. Grayscale: #D8D8D8. Windows color (decimal): -1184208 or 3206893. OLE color: 3206893.

HSL color Cylindrical-coordinate representation of color #EDEE30: hue angle of 60.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDEE30 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 48 -
CMYK 0.00 0 0.80 0.07
HSL 60.32º 0.85% 0.56% -
HSV(B) 60.32º 0.8% 0.93% -
XYZ 66.03 79.37 14.64 -
YUV 216.04 33.17 142.95 -
System Red Green Blue C M Y K H S L
Decimal 237 238 48 0.00 0 0.80 0.07 60.32 0.85 0.56
Hex ED EE 30 0 0 50 7 3C 55 38
Octal 355 356 60 0 0 120 7 74 125 70
Binary 11101101 11101110 110000 0 0 1010000 111 111100 1010101 111000

Color Harmonies of #EDEE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE30

Black with #EDEE30

Text Example


Text Example

White with #EDEE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE30; }

 p { color: rgb(237,238,48); }

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

background-color css

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

 a { background-color: rgb(237,238,48); }

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

border-color css

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

 span { border-color: rgb(237,238,48); }

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