Html Css Color HEX #EDD435 Golden Fizz

📋 copy color: '#EDD435'

red 237 ◦ green 212 ◦ blue 53

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

Shades of Golden Fizz #EDD435

Tints of Golden Fizz #EDD435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.23%

 BLUE value IS 53 (21.09% from 255) = 10.56%

R = 47.21%
G = 42.23%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD435 (or 0xEDD435) is known color: Golden Fizz. HEX triplet: ED, D4 and 35. RGB value is (237,212,53). Sum of RGB (Red+Green+Blue) = 237+212+53=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD435 is #122BCA. Grayscale: #CACACA. Windows color (decimal): -1190859 or 3527917. OLE color: 3527917.

HSL color Cylindrical-coordinate representation of color #EDD435: hue angle of 51.85º 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 #EDD435 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 53 -
CMYK 0 0.11 0.78 0.07
HSL 51.85º 0.84% 0.57% -
HSV(B) 51.85º 0.78% 0.93% -
XYZ 59.11 65.35 12.87 -
YUV 201.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 237 212 53 0 0.11 0.78 0.07 51.85 0.84 0.57
Hex ED D4 35 0 B 4E 7 34 54 39
Octal 355 324 65 0 13 116 7 64 124 71
Binary 11101101 11010100 110101 0 1011 1001110 111 110100 1010100 111001

Color Harmonies of #EDD435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD435

Black with #EDD435

Text Example


Text Example

White with #EDD435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD435; }

 p { color: rgb(237,212,53); }

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

background-color css

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

 a { background-color: rgb(237,212,53); }

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

border-color css

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

 span { border-color: rgb(237,212,53); }

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