Html Css Color HEX #EDDF30 Golden Fizz

📋 copy color: '#EDDF30'

red 237 ◦ green 223 ◦ blue 48

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

Shades of Golden Fizz #EDDF30

Tints of Golden Fizz #EDDF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

 BLUE value IS 48 (19.14% from 255) = 9.45%

R = 46.65%
G = 43.9%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDDF30 (or 0xEDDF30) is known color: Golden Fizz. HEX triplet: ED, DF and 30. RGB value is (237,223,48). Sum of RGB (Red+Green+Blue) = 237+223+48=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF30 is #1220CF. Grayscale: #CFCFCF. Windows color (decimal): -1188048 or 3203053. OLE color: 3203053.

HSL color Cylindrical-coordinate representation of color #EDDF30: hue angle of 55.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDDF30 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 48 -
CMYK 0 0.06 0.80 0.07
HSL 55.56º 0.84% 0.56% -
HSV(B) 55.56º 0.8% 0.93% -
XYZ 61.85 70.99 13.24 -
YUV 207.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 237 223 48 0 0.06 0.80 0.07 55.56 0.84 0.56
Hex ED DF 30 0 6 50 7 38 54 38
Octal 355 337 60 0 6 120 7 70 124 70
Binary 11101101 11011111 110000 0 110 1010000 111 111000 1010100 111000

Color Harmonies of #EDDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF30

Black with #EDDF30

Text Example


Text Example

White with #EDDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF30; }

 p { color: rgb(237,223,48); }

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

background-color css

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

 a { background-color: rgb(237,223,48); }

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

border-color css

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

 span { border-color: rgb(237,223,48); }

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