Html Css Color HEX #EED23B Festival

📋 copy color: '#EED23B'

red 238 ◦ green 210 ◦ blue 59

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

Shades of Festival #EED23B

Tints of Festival #EED23B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

 BLUE value IS 59 (23.44% from 255) = 11.64%

R = 46.94%
G = 41.42%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EED23B (or 0xEED23B) is known color: Festival. HEX triplet: EE, D2 and 3B. RGB value is (238,210,59). Sum of RGB (Red+Green+Blue) = 238+210+59=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED23B is #112DC4. Grayscale: #C9C9C9. Windows color (decimal): -1125829 or 3920622. OLE color: 3920622.

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

Color convert

RGB 238 210 59 -
CMYK 0 0.12 0.75 0.07
HSL 50.61º 0.84% 0.58% -
HSV(B) 50.61º 0.75% 0.93% -
XYZ 59.1 64.59 13.49 -
YUV 201.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 238 210 59 0 0.12 0.75 0.07 50.61 0.84 0.58
Hex EE D2 3B 0 C 4B 7 33 54 3A
Octal 356 322 73 0 14 113 7 63 124 72
Binary 11101110 11010010 111011 0 1100 1001011 111 110011 1010100 111010

Color Harmonies of #EED23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED23B

Black with #EED23B

Text Example


Text Example

White with #EED23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED23B; }

 p { color: rgb(238,210,59); }

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

background-color css

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

 a { background-color: rgb(238,210,59); }

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

border-color css

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

 span { border-color: rgb(238,210,59); }

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