Html Css Color HEX #EDE634 Golden Fizz

📋 copy color: '#EDE634'

red 237 ◦ green 230 ◦ blue 52

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

Shades of Golden Fizz #EDE634

Tints of Golden Fizz #EDE634

RGB

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

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

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

R = 45.66%
G = 44.32%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDE634 (or 0xEDE634) is known color: Golden Fizz. HEX triplet: ED, E6 and 34. RGB value is (237,230,52). Sum of RGB (Red+Green+Blue) = 237+230+52=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE634 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE634 is #1219CB. Grayscale: #D4D4D4. Windows color (decimal): -1186252 or 3466989. OLE color: 3466989.

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

Color convert

RGB 237 230 52 -
CMYK 0 0.03 0.78 0.07
HSL 57.73º 0.84% 0.57% -
HSV(B) 57.73º 0.78% 0.93% -
XYZ 63.84 74.85 14.33 -
YUV 211.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 237 230 52 0 0.03 0.78 0.07 57.73 0.84 0.57
Hex ED E6 34 0 3 4E 7 3A 54 39
Octal 355 346 64 0 3 116 7 72 124 71
Binary 11101101 11100110 110100 0 11 1001110 111 111010 1010100 111001

Color Harmonies of #EDE634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE634

Black with #EDE634

Text Example


Text Example

White with #EDE634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE634; }

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

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

background-color css

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

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

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

border-color css

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

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

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