Html Css Color HEX #EED04B Festival

📋 copy color: '#EED04B'

red 238 ◦ green 208 ◦ blue 75

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

Shades of Festival #EED04B

Tints of Festival #EED04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 75 (29.69% from 255) = 14.4%

R = 45.68%
G = 39.92%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED04B (or 0xEED04B) is known color: Festival. HEX triplet: EE, D0 and 4B. RGB value is (238,208,75). Sum of RGB (Red+Green+Blue) = 238+208+75=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED04B is #112FB4. Grayscale: #CACACA. Windows color (decimal): -1126325 or 4968686. OLE color: 4968686.

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

Color convert

RGB 238 208 75 -
CMYK 0 0.13 0.68 0.07
HSL 48.96º 0.83% 0.61% -
HSV(B) 48.96º 0.68% 0.93% -
XYZ 59.09 63.8 15.86 -
YUV 201.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 238 208 75 0 0.13 0.68 0.07 48.96 0.83 0.61
Hex EE D0 4B 0 D 44 7 31 53 3D
Octal 356 320 113 0 15 104 7 61 123 75
Binary 11101110 11010000 1001011 0 1101 1000100 111 110001 1010011 111101

Color Harmonies of #EED04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED04B

Black with #EED04B

Text Example


Text Example

White with #EED04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED04B; }

 p { color: rgb(238,208,75); }

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

background-color css

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

 a { background-color: rgb(238,208,75); }

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

border-color css

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

 span { border-color: rgb(238,208,75); }

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