Html Css Color HEX #EDCD3E Festival

📋 copy color: '#EDCD3E'

red 237 ◦ green 205 ◦ blue 62

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

Shades of Festival #EDCD3E

Tints of Festival #EDCD3E

RGB

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

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

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

R = 47.02%
G = 40.67%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDCD3E (or 0xEDCD3E) is known color: Festival. HEX triplet: ED, CD and 3E. RGB value is (237,205,62). Sum of RGB (Red+Green+Blue) = 237+205+62=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD3E is #1232C1. Grayscale: #C6C6C6. Windows color (decimal): -1192642 or 4115949. OLE color: 4115949.

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

Color convert

RGB 237 205 62 -
CMYK 0 0.14 0.74 0.07
HSL 49.03º 0.83% 0.59% -
HSV(B) 49.03º 0.74% 0.93% -
XYZ 57.63 62.01 13.49 -
YUV 198.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 237 205 62 0 0.14 0.74 0.07 49.03 0.83 0.59
Hex ED CD 3E 0 E 4A 7 31 53 3B
Octal 355 315 76 0 16 112 7 61 123 73
Binary 11101101 11001101 111110 0 1110 1001010 111 110001 1010011 111011

Color Harmonies of #EDCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD3E

Black with #EDCD3E

Text Example


Text Example

White with #EDCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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