Html Css Color HEX #EDD448 Festival

📋 copy color: '#EDD448'

red 237 ◦ green 212 ◦ blue 72

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

Shades of Festival #EDD448

Tints of Festival #EDD448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.82%

R = 45.49%
G = 40.69%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD448 (or 0xEDD448) is known color: Festival. HEX triplet: ED, D4 and 48. RGB value is (237,212,72). Sum of RGB (Red+Green+Blue) = 237+212+72=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD448 is #122BB7. Grayscale: #CCCCCC. Windows color (decimal): -1190840 or 4773101. OLE color: 4773101.

HSL color Cylindrical-coordinate representation of color #EDD448: hue angle of 50.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD448 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 72 -
CMYK 0 0.11 0.70 0.07
HSL 50.91º 0.82% 0.61% -
HSV(B) 50.91º 0.7% 0.93% -
XYZ 59.64 65.56 15.64 -
YUV 203.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 237 212 72 0 0.11 0.70 0.07 50.91 0.82 0.61
Hex ED D4 48 0 B 46 7 33 52 3D
Octal 355 324 110 0 13 106 7 63 122 75
Binary 11101101 11010100 1001000 0 1011 1000110 111 110011 1010010 111101

Color Harmonies of #EDD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD448

Black with #EDD448

Text Example


Text Example

White with #EDD448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD448; }

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

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

background-color css

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

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

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

border-color css

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

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

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