Html Css Color HEX #EDE63B Golden Fizz

📋 copy color: '#EDE63B'

red 237 ◦ green 230 ◦ blue 59

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

Shades of Golden Fizz #EDE63B

Tints of Golden Fizz #EDE63B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.73%

 BLUE value IS 59 (23.44% from 255) = 11.22%

R = 45.06%
G = 43.73%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDE63B (or 0xEDE63B) is known color: Golden Fizz. HEX triplet: ED, E6 and 3B. RGB value is (237,230,59). Sum of RGB (Red+Green+Blue) = 237+230+59=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 59 (23.44% from 255 or 11.22% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE63B is #1219C4. Grayscale: #D5D5D5. Windows color (decimal): -1186245 or 3925741. OLE color: 3925741.

HSL color Cylindrical-coordinate representation of color #EDE63B: hue angle of 57.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDE63B is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 59 -
CMYK 0 0.03 0.75 0.07
HSL 57.64º 0.83% 0.58% -
HSV(B) 57.64º 0.75% 0.93% -
XYZ 64.01 74.91 15.22 -
YUV 212.6 41.32 145.4 -
System Red Green Blue C M Y K H S L
Decimal 237 230 59 0 0.03 0.75 0.07 57.64 0.83 0.58
Hex ED E6 3B 0 3 4B 7 3A 53 3A
Octal 355 346 73 0 3 113 7 72 123 72
Binary 11101101 11100110 111011 0 11 1001011 111 111010 1010011 111010

Color Harmonies of #EDE63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE63B

Black with #EDE63B

Text Example


Text Example

White with #EDE63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE63B; }

 p { color: rgb(237,230,59); }

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

background-color css

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

 a { background-color: rgb(237,230,59); }

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

border-color css

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

 span { border-color: rgb(237,230,59); }

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