Html Css Color HEX #EDCC3F Festival

📋 copy color: '#EDCC3F'

red 237 ◦ green 204 ◦ blue 63

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

Shades of Festival #EDCC3F

Tints of Festival #EDCC3F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

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

R = 47.02%
G = 40.48%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDCC3F (or 0xEDCC3F) is known color: Festival. HEX triplet: ED, CC and 3F. RGB value is (237,204,63). Sum of RGB (Red+Green+Blue) = 237+204+63=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC3F is #1233C0. Grayscale: #C6C6C6. Windows color (decimal): -1192897 or 4181229. OLE color: 4181229.

HSL color Cylindrical-coordinate representation of color #EDCC3F: hue angle of 48.62º 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 #EDCC3F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 63 -
CMYK 0 0.14 0.73 0.07
HSL 48.62º 0.83% 0.59% -
HSV(B) 48.62º 0.73% 0.93% -
XYZ 57.42 61.55 13.56 -
YUV 197.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 237 204 63 0 0.14 0.73 0.07 48.62 0.83 0.59
Hex ED CC 3F 0 E 49 7 31 53 3B
Octal 355 314 77 0 16 111 7 61 123 73
Binary 11101101 11001100 111111 0 1110 1001001 111 110001 1010011 111011

Color Harmonies of #EDCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC3F

Black with #EDCC3F

Text Example


Text Example

White with #EDCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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