Html Css Color HEX #EDF326 Golden Fizz

📋 copy color: '#EDF326'

red 237 ◦ green 243 ◦ blue 38

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

Shades of Golden Fizz #EDF326

Tints of Golden Fizz #EDF326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

 BLUE value IS 38 (15.23% from 255) = 7.34%

R = 45.75%
G = 46.91%
B = 7.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#EDF326 (or 0xEDF326) is known color: Golden Fizz. HEX triplet: ED, F3 and 26. RGB value is (237,243,38). Sum of RGB (Red+Green+Blue) = 237+243+38=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF326 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF326 is #120CD9. Grayscale: #DADADA. Windows color (decimal): -1182938 or 2552813. OLE color: 2552813.

HSL color Cylindrical-coordinate representation of color #EDF326: hue angle of 61.76º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF326 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 38 -
CMYK 0.02 0 0.84 0.05
HSL 61.76º 0.9% 0.55% -
HSV(B) 61.76º 0.84% 0.95% -
XYZ 67.33 82.25 14.16 -
YUV 217.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 237 243 38 0.02 0 0.84 0.05 61.76 0.9 0.55
Hex ED F3 26 2 0 54 5 3E 5A 37
Octal 355 363 46 2 0 124 5 76 132 67
Binary 11101101 11110011 100110 10 0 1010100 101 111110 1011010 110111

Color Harmonies of #EDF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF326

Black with #EDF326

Text Example


Text Example

White with #EDF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF326; }

 p { color: rgb(237,243,38); }

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

background-color css

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

 a { background-color: rgb(237,243,38); }

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

border-color css

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

 span { border-color: rgb(237,243,38); }

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