Html Css Color HEX #EDC33F Festival

📋 copy color: '#EDC33F'

red 237 ◦ green 195 ◦ blue 63

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

Shades of Festival #EDC33F

Tints of Festival #EDC33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

 BLUE value IS 63 (25% from 255) = 12.73%

R = 47.88%
G = 39.39%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC33F (or 0xEDC33F) is known color: Festival. HEX triplet: ED, C3 and 3F. RGB value is (237,195,63). Sum of RGB (Red+Green+Blue) = 237+195+63=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC33F is #123CC0. Grayscale: #C1C1C1. Windows color (decimal): -1195201 or 4178925. OLE color: 4178925.

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

Color convert

RGB 237 195 63 -
CMYK 0 0.18 0.73 0.07
HSL 45.52º 0.83% 0.59% -
HSV(B) 45.52º 0.73% 0.93% -
XYZ 55.34 57.39 12.86 -
YUV 192.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 237 195 63 0 0.18 0.73 0.07 45.52 0.83 0.59
Hex ED C3 3F 0 12 49 7 2E 53 3B
Octal 355 303 77 0 22 111 7 56 123 73
Binary 11101101 11000011 111111 0 10010 1001001 111 101110 1010011 111011

Color Harmonies of #EDC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC33F

Black with #EDC33F

Text Example


Text Example

White with #EDC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC33F; }

 p { color: rgb(237,195,63); }

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

background-color css

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

 a { background-color: rgb(237,195,63); }

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

border-color css

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

 span { border-color: rgb(237,195,63); }

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