Html Css Color HEX #EDC64A Festival

📋 copy color: '#EDC64A'

red 237 ◦ green 198 ◦ blue 74

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

Shades of Festival #EDC64A

Tints of Festival #EDC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 46.56%
G = 38.9%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC64A (or 0xEDC64A) is known color: Festival. HEX triplet: ED, C6 and 4A. RGB value is (237,198,74). Sum of RGB (Red+Green+Blue) = 237+198+74=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC64A is #1239B5. Grayscale: #C4C4C4. Windows color (decimal): -1194422 or 4900589. OLE color: 4900589.

HSL color Cylindrical-coordinate representation of color #EDC64A: hue angle of 45.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDC64A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 74 -
CMYK 0 0.16 0.69 0.07
HSL 45.64º 0.82% 0.61% -
HSV(B) 45.64º 0.69% 0.93% -
XYZ 56.36 58.89 14.87 -
YUV 195.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 237 198 74 0 0.16 0.69 0.07 45.64 0.82 0.61
Hex ED C6 4A 0 10 45 7 2E 52 3D
Octal 355 306 112 0 20 105 7 56 122 75
Binary 11101101 11000110 1001010 0 10000 1000101 111 101110 1010010 111101

Color Harmonies of #EDC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC64A

Black with #EDC64A

Text Example


Text Example

White with #EDC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC64A; }

 p { color: rgb(237,198,74); }

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

background-color css

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

 a { background-color: rgb(237,198,74); }

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

border-color css

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

 span { border-color: rgb(237,198,74); }

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