Html Css Color HEX #EDF334 Golden Fizz

📋 copy color: '#EDF334'

red 237 ◦ green 243 ◦ blue 52

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

Shades of Golden Fizz #EDF334

Tints of Golden Fizz #EDF334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.77%

R = 44.55%
G = 45.68%
B = 9.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#EDF334 (or 0xEDF334) is known color: Golden Fizz. HEX triplet: ED, F3 and 34. RGB value is (237,243,52). Sum of RGB (Red+Green+Blue) = 237+243+52=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF334 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF334 is #120CCB. Grayscale: #DCDCDC. Windows color (decimal): -1182924 or 3470317. OLE color: 3470317.

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

Color convert

RGB 237 243 52 -
CMYK 0.02 0 0.79 0.05
HSL 61.88º 0.89% 0.58% -
HSV(B) 61.88º 0.79% 0.95% -
XYZ 67.6 82.35 15.58 -
YUV 219.43 33.51 140.53 -
System Red Green Blue C M Y K H S L
Decimal 237 243 52 0.02 0 0.79 0.05 61.88 0.89 0.58
Hex ED F3 34 2 0 4F 5 3E 59 3A
Octal 355 363 64 2 0 117 5 76 131 72
Binary 11101101 11110011 110100 10 0 1001111 101 111110 1011001 111010

Color Harmonies of #EDF334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF334

Black with #EDF334

Text Example


Text Example

White with #EDF334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF334; }

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

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

background-color css

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

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

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

border-color css

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

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

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