Html Css Color HEX #EED348 Festival

📋 copy color: '#EED348'

red 238 ◦ green 211 ◦ blue 72

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

Shades of Festival #EED348

Tints of Festival #EED348

RGB

 RED value IS 238 (93.36% from 255) = 45.68%

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 72 (28.52% from 255) = 13.82%

R = 45.68%
G = 40.5%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EED348 (or 0xEED348) is known color: Festival. HEX triplet: EE, D3 and 48. RGB value is (238,211,72). Sum of RGB (Red+Green+Blue) = 238+211+72=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED348 is #112CB7. Grayscale: #CBCBCB. Windows color (decimal): -1125560 or 4772846. OLE color: 4772846.

HSL color Cylindrical-coordinate representation of color #EED348: hue angle of 50.24º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EED348 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 211 72 -
CMYK 0 0.11 0.70 0.07
HSL 50.24º 0.83% 0.61% -
HSV(B) 50.24º 0.7% 0.93% -
XYZ 59.72 65.23 15.57 -
YUV 203.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 238 211 72 0 0.11 0.70 0.07 50.24 0.83 0.61
Hex EE D3 48 0 B 46 7 32 53 3D
Octal 356 323 110 0 13 106 7 62 123 75
Binary 11101110 11010011 1001000 0 1011 1000110 111 110010 1010011 111101

Color Harmonies of #EED348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED348

Black with #EED348

Text Example


Text Example

White with #EED348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED348; }

 p { color: rgb(238,211,72); }

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

background-color css

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

 a { background-color: rgb(238,211,72); }

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

border-color css

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

 span { border-color: rgb(238,211,72); }

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