Html Css Color HEX #EDEF30 Golden Fizz

📋 copy color: '#EDEF30'

red 237 ◦ green 239 ◦ blue 48

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

Shades of Golden Fizz #EDEF30

Tints of Golden Fizz #EDEF30

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.61%

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

R = 45.23%
G = 45.61%
B = 9.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EDEF30 (or 0xEDEF30) is known color: Golden Fizz. HEX triplet: ED, EF and 30. RGB value is (237,239,48). Sum of RGB (Red+Green+Blue) = 237+239+48=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF30 is #1210CF. Grayscale: #D9D9D9. Windows color (decimal): -1183952 or 3207149. OLE color: 3207149.

HSL color Cylindrical-coordinate representation of color #EDEF30: hue angle of 60.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDEF30 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 48 -
CMYK 0.01 0 0.80 0.06
HSL 60.63º 0.86% 0.56% -
HSV(B) 60.63º 0.8% 0.94% -
XYZ 66.33 79.95 14.73 -
YUV 216.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 237 239 48 0.01 0 0.80 0.06 60.63 0.86 0.56
Hex ED EF 30 1 0 50 6 3D 56 38
Octal 355 357 60 1 0 120 6 75 126 70
Binary 11101101 11101111 110000 1 0 1010000 110 111101 1010110 111000

Color Harmonies of #EDEF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF30

Black with #EDEF30

Text Example


Text Example

White with #EDEF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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