Html Css Color HEX #EDCD4A Festival

📋 copy color: '#EDCD4A'

red 237 ◦ green 205 ◦ blue 74

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

Shades of Festival #EDCD4A

Tints of Festival #EDCD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

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

R = 45.93%
G = 39.73%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDCD4A (or 0xEDCD4A) is known color: Festival. HEX triplet: ED, CD and 4A. RGB value is (237,205,74). Sum of RGB (Red+Green+Blue) = 237+205+74=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD4A is #1232B5. Grayscale: #C8C8C8. Windows color (decimal): -1192630 or 4902381. OLE color: 4902381.

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

Color convert

RGB 237 205 74 -
CMYK 0 0.14 0.69 0.07
HSL 48.22º 0.82% 0.61% -
HSV(B) 48.22º 0.69% 0.93% -
XYZ 57.99 62.16 15.42 -
YUV 199.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 237 205 74 0 0.14 0.69 0.07 48.22 0.82 0.61
Hex ED CD 4A 0 E 45 7 30 52 3D
Octal 355 315 112 0 16 105 7 60 122 75
Binary 11101101 11001101 1001010 0 1110 1000101 111 110000 1010010 111101

Color Harmonies of #EDCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD4A

Black with #EDCD4A

Text Example


Text Example

White with #EDCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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