Html Css Color HEX #EDD33F Festival

📋 copy color: '#EDD33F'

red 237 ◦ green 211 ◦ blue 63

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

Shades of Festival #EDD33F

Tints of Festival #EDD33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

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

R = 46.38%
G = 41.29%
B = 12.33%

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

#EDD33F (or 0xEDD33F) is known color: Festival. HEX triplet: ED, D3 and 3F. RGB value is (237,211,63). Sum of RGB (Red+Green+Blue) = 237+211+63=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD33F is #122CC0. Grayscale: #CACACA. Windows color (decimal): -1191105 or 4183021. OLE color: 4183021.

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

Color convert

RGB 237 211 63 -
CMYK 0 0.11 0.73 0.07
HSL 51.03º 0.83% 0.59% -
HSV(B) 51.03º 0.73% 0.93% -
XYZ 59.12 64.95 14.12 -
YUV 201.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 237 211 63 0 0.11 0.73 0.07 51.03 0.83 0.59
Hex ED D3 3F 0 B 49 7 33 53 3B
Octal 355 323 77 0 13 111 7 63 123 73
Binary 11101101 11010011 111111 0 1011 1001001 111 110011 1010011 111011

Color Harmonies of #EDD33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD33F

Black with #EDD33F

Text Example


Text Example

White with #EDD33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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