Html Css Color HEX #ED834C Flamenco

📋 copy color: '#ED834C'

red 237 ◦ green 131 ◦ blue 76

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

Shades of Flamenco #ED834C

Tints of Flamenco #ED834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 53.38%
G = 29.5%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED834C (or 0xED834C) is known color: Flamenco. HEX triplet: ED, 83 and 4C. RGB value is (237,131,76). Sum of RGB (Red+Green+Blue) = 237+131+76=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED834C is #127CB3. Grayscale: #9C9C9C. Windows color (decimal): -1211572 or 5014509. OLE color: 5014509.

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

Color convert

RGB 237 131 76 -
CMYK 0 0.45 0.68 0.07
HSL 20.5º 0.82% 0.61% -
HSV(B) 20.5º 0.68% 0.93% -
XYZ 44.35 34.76 11.21 -
YUV 156.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 237 131 76 0 0.45 0.68 0.07 20.5 0.82 0.61
Hex ED 83 4C 0 2D 44 7 14 52 3D
Octal 355 203 114 0 55 104 7 24 122 75
Binary 11101101 10000011 1001100 0 101101 1000100 111 10100 1010010 111101

Color Harmonies of #ED834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED834C

Black with #ED834C

Text Example


Text Example

White with #ED834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED834C; }

 p { color: rgb(237,131,76); }

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

background-color css

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

 a { background-color: rgb(237,131,76); }

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

border-color css

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

 span { border-color: rgb(237,131,76); }

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