Html Css Color HEX #EDC83F Festival

📋 copy color: '#EDC83F'

red 237 ◦ green 200 ◦ blue 63

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

Shades of Festival #EDC83F

Tints of Festival #EDC83F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

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

R = 47.4%
G = 40%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC83F (or 0xEDC83F) is known color: Festival. HEX triplet: ED, C8 and 3F. RGB value is (237,200,63). Sum of RGB (Red+Green+Blue) = 237+200+63=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC83F is #1237C0. Grayscale: #C4C4C4. Windows color (decimal): -1193921 or 4180205. OLE color: 4180205.

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

Color convert

RGB 237 200 63 -
CMYK 0 0.16 0.73 0.07
HSL 47.24º 0.83% 0.59% -
HSV(B) 47.24º 0.73% 0.93% -
XYZ 56.48 59.67 13.24 -
YUV 195.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 237 200 63 0 0.16 0.73 0.07 47.24 0.83 0.59
Hex ED C8 3F 0 10 49 7 2F 53 3B
Octal 355 310 77 0 20 111 7 57 123 73
Binary 11101101 11001000 111111 0 10000 1001001 111 101111 1010011 111011

Color Harmonies of #EDC83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC83F

Black with #EDC83F

Text Example


Text Example

White with #EDC83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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