Html Css Color HEX #EDD43F Festival

📋 copy color: '#EDD43F'

red 237 ◦ green 212 ◦ blue 63

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

Shades of Festival #EDD43F

Tints of Festival #EDD43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.3%

R = 46.29%
G = 41.41%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD43F (or 0xEDD43F) is known color: Festival. HEX triplet: ED, D4 and 3F. RGB value is (237,212,63). Sum of RGB (Red+Green+Blue) = 237+212+63=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD43F is #122BC0. Grayscale: #CBCBCB. Windows color (decimal): -1190849 or 4183277. OLE color: 4183277.

HSL color Cylindrical-coordinate representation of color #EDD43F: hue angle of 51.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDD43F is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 63 -
CMYK 0 0.11 0.73 0.07
HSL 51.38º 0.83% 0.59% -
HSV(B) 51.38º 0.73% 0.93% -
XYZ 59.37 65.45 14.21 -
YUV 202.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 237 212 63 0 0.11 0.73 0.07 51.38 0.83 0.59
Hex ED D4 3F 0 B 49 7 33 53 3B
Octal 355 324 77 0 13 111 7 63 123 73
Binary 11101101 11010100 111111 0 1011 1001001 111 110011 1010011 111011

Color Harmonies of #EDD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD43F

Black with #EDD43F

Text Example


Text Example

White with #EDD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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