Html Css Color HEX #EDCA3E Festival

📋 copy color: '#EDCA3E'

red 237 ◦ green 202 ◦ blue 62

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

Shades of Festival #EDCA3E

Tints of Festival #EDCA3E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

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

R = 47.31%
G = 40.32%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDCA3E (or 0xEDCA3E) is known color: Festival. HEX triplet: ED, CA and 3E. RGB value is (237,202,62). Sum of RGB (Red+Green+Blue) = 237+202+62=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCA3E is #1235C1. Grayscale: #C5C5C5. Windows color (decimal): -1193410 or 4115181. OLE color: 4115181.

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

Color convert

RGB 237 202 62 -
CMYK 0 0.15 0.74 0.07
HSL 48º 0.83% 0.59% -
HSV(B) 48º 0.74% 0.93% -
XYZ 56.92 60.59 13.25 -
YUV 196.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 237 202 62 0 0.15 0.74 0.07 48 0.83 0.59
Hex ED CA 3E 0 F 4A 7 30 53 3B
Octal 355 312 76 0 17 112 7 60 123 73
Binary 11101101 11001010 111110 0 1111 1001010 111 110000 1010011 111011

Color Harmonies of #EDCA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA3E

Black with #EDCA3E

Text Example


Text Example

White with #EDCA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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