Html Css Color HEX #EDEF2E Golden Fizz

📋 copy color: '#EDEF2E'

red 237 ◦ green 239 ◦ blue 46

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

Shades of Golden Fizz #EDEF2E

Tints of Golden Fizz #EDEF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.81%

R = 45.4%
G = 45.79%
B = 8.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EDEF2E (or 0xEDEF2E) is known color: Golden Fizz. HEX triplet: ED, EF and 2E. RGB value is (237,239,46). Sum of RGB (Red+Green+Blue) = 237+239+46=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 46 (18.36% from 255 or 8.81% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF2E is #1210D1. Grayscale: #D9D9D9. Windows color (decimal): -1183954 or 3076077. OLE color: 3076077.

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

Color convert

RGB 237 239 46 -
CMYK 0.01 0 0.81 0.06
HSL 60.62º 0.86% 0.56% -
HSV(B) 60.62º 0.81% 0.94% -
XYZ 66.28 79.93 14.52 -
YUV 216.4 31.84 142.69 -
System Red Green Blue C M Y K H S L
Decimal 237 239 46 0.01 0 0.81 0.06 60.62 0.86 0.56
Hex ED EF 2E 1 0 51 6 3D 56 38
Octal 355 357 56 1 0 121 6 75 126 70
Binary 11101101 11101111 101110 1 0 1010001 110 111101 1010110 111000

Color Harmonies of #EDEF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF2E

Black with #EDEF2E

Text Example


Text Example

White with #EDEF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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