Html Css Color HEX #EDD43E Festival

📋 copy color: '#EDD43E'

red 237 ◦ green 212 ◦ blue 62

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

Shades of Festival #EDD43E

Tints of Festival #EDD43E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.49%

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

R = 46.38%
G = 41.49%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDD43E (or 0xEDD43E) is known color: Festival. HEX triplet: ED, D4 and 3E. RGB value is (237,212,62). Sum of RGB (Red+Green+Blue) = 237+212+62=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD43E is #122BC1. Grayscale: #CBCBCB. Windows color (decimal): -1190850 or 4117741. OLE color: 4117741.

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

Color convert

RGB 237 212 62 -
CMYK 0 0.11 0.74 0.07
HSL 51.43º 0.83% 0.59% -
HSV(B) 51.43º 0.74% 0.93% -
XYZ 59.34 65.44 14.06 -
YUV 202.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 237 212 62 0 0.11 0.74 0.07 51.43 0.83 0.59
Hex ED D4 3E 0 B 4A 7 33 53 3B
Octal 355 324 76 0 13 112 7 63 123 73
Binary 11101101 11010100 111110 0 1011 1001010 111 110011 1010011 111011

Color Harmonies of #EDD43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD43E

Black with #EDD43E

Text Example


Text Example

White with #EDD43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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