Html Css Color HEX #EDD33E Festival

📋 copy color: '#EDD33E'

red 237 ◦ green 211 ◦ blue 62

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

Shades of Festival #EDD33E

Tints of Festival #EDD33E

RGB

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

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

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

R = 46.47%
G = 41.37%
B = 12.16%

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

#EDD33E (or 0xEDD33E) is known color: Festival. HEX triplet: ED, D3 and 3E. RGB value is (237,211,62). Sum of RGB (Red+Green+Blue) = 237+211+62=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD33E is #122CC1. Grayscale: #CACACA. Windows color (decimal): -1191106 or 4117485. OLE color: 4117485.

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

Color convert

RGB 237 211 62 -
CMYK 0 0.11 0.74 0.07
HSL 51.09º 0.83% 0.59% -
HSV(B) 51.09º 0.74% 0.93% -
XYZ 59.09 64.94 13.98 -
YUV 201.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 237 211 62 0 0.11 0.74 0.07 51.09 0.83 0.59
Hex ED D3 3E 0 B 4A 7 33 53 3B
Octal 355 323 76 0 13 112 7 63 123 73
Binary 11101101 11010011 111110 0 1011 1001010 111 110011 1010011 111011

Color Harmonies of #EDD33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD33E

Black with #EDD33E

Text Example


Text Example

White with #EDD33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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