Html Css Color HEX #EDD743 Festival

📋 copy color: '#EDD743'

red 237 ◦ green 215 ◦ blue 67

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

Shades of Festival #EDD743

Tints of Festival #EDD743

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 67 (26.56% from 255) = 12.91%

R = 45.66%
G = 41.43%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD743 (or 0xEDD743) is known color: Festival. HEX triplet: ED, D7 and 43. RGB value is (237,215,67). Sum of RGB (Red+Green+Blue) = 237+215+67=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD743 is #1228BC. Grayscale: #CDCDCD. Windows color (decimal): -1190077 or 4446189. OLE color: 4446189.

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

Color convert

RGB 237 215 67 -
CMYK 0 0.09 0.72 0.07
HSL 52.24º 0.83% 0.6% -
HSV(B) 52.24º 0.72% 0.93% -
XYZ 60.24 67.01 15.07 -
YUV 204.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 237 215 67 0 0.09 0.72 0.07 52.24 0.83 0.6
Hex ED D7 43 0 9 48 7 34 53 3C
Octal 355 327 103 0 11 110 7 64 123 74
Binary 11101101 11010111 1000011 0 1001 1001000 111 110100 1010011 111100

Color Harmonies of #EDD743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD743

Black with #EDD743

Text Example


Text Example

White with #EDD743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD743; }

 p { color: rgb(237,215,67); }

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

background-color css

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

 a { background-color: rgb(237,215,67); }

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

border-color css

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

 span { border-color: rgb(237,215,67); }

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