Html Css Color HEX #EDCB46 Festival

📋 copy color: '#EDCB46'

red 237 ◦ green 203 ◦ blue 70

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

Shades of Festival #EDCB46

Tints of Festival #EDCB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.8%

 BLUE value IS 70 (27.73% from 255) = 13.73%

R = 46.47%
G = 39.8%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDCB46 (or 0xEDCB46) is known color: Festival. HEX triplet: ED, CB and 46. RGB value is (237,203,70). Sum of RGB (Red+Green+Blue) = 237+203+70=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB46 is #1234B9. Grayscale: #C6C6C6. Windows color (decimal): -1193146 or 4639725. OLE color: 4639725.

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

Color convert

RGB 237 203 70 -
CMYK 0 0.14 0.70 0.07
HSL 47.78º 0.82% 0.6% -
HSV(B) 47.78º 0.7% 0.93% -
XYZ 57.39 61.16 14.57 -
YUV 198 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 237 203 70 0 0.14 0.70 0.07 47.78 0.82 0.6
Hex ED CB 46 0 E 46 7 30 52 3C
Octal 355 313 106 0 16 106 7 60 122 74
Binary 11101101 11001011 1000110 0 1110 1000110 111 110000 1010010 111100

Color Harmonies of #EDCB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB46

Black with #EDCB46

Text Example


Text Example

White with #EDCB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB46; }

 p { color: rgb(237,203,70); }

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

background-color css

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

 a { background-color: rgb(237,203,70); }

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

border-color css

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

 span { border-color: rgb(237,203,70); }

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