Html Css Color HEX #EDC43E Festival

📋 copy color: '#EDC43E'

red 237 ◦ green 196 ◦ blue 62

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

Shades of Festival #EDC43E

Tints of Festival #EDC43E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.6%

 BLUE value IS 62 (24.61% from 255) = 12.53%

R = 47.88%
G = 39.6%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDC43E (or 0xEDC43E) is known color: Festival. HEX triplet: ED, C4 and 3E. RGB value is (237,196,62). Sum of RGB (Red+Green+Blue) = 237+196+62=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC43E is #123BC1. Grayscale: #C1C1C1. Windows color (decimal): -1194946 or 4113645. OLE color: 4113645.

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

Color convert

RGB 237 196 62 -
CMYK 0 0.17 0.74 0.07
HSL 45.94º 0.83% 0.59% -
HSV(B) 45.94º 0.74% 0.93% -
XYZ 55.53 57.83 12.79 -
YUV 192.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 237 196 62 0 0.17 0.74 0.07 45.94 0.83 0.59
Hex ED C4 3E 0 11 4A 7 2E 53 3B
Octal 355 304 76 0 21 112 7 56 123 73
Binary 11101101 11000100 111110 0 10001 1001010 111 101110 1010011 111011

Color Harmonies of #EDC43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC43E

Black with #EDC43E

Text Example


Text Example

White with #EDC43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC43E; }

 p { color: rgb(237,196,62); }

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

background-color css

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

 a { background-color: rgb(237,196,62); }

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

border-color css

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

 span { border-color: rgb(237,196,62); }

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