Html Css Color HEX #ED814A Flamenco

📋 copy color: '#ED814A'

red 237 ◦ green 129 ◦ blue 74

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

Shades of Flamenco #ED814A

Tints of Flamenco #ED814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 53.86%
G = 29.32%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED814A (or 0xED814A) is known color: Flamenco. HEX triplet: ED, 81 and 4A. RGB value is (237,129,74). Sum of RGB (Red+Green+Blue) = 237+129+74=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED814A is #127EB5. Grayscale: #9B9B9B. Windows color (decimal): -1212086 or 4882925. OLE color: 4882925.

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

Color convert

RGB 237 129 74 -
CMYK 0 0.46 0.69 0.07
HSL 20.25º 0.82% 0.61% -
HSV(B) 20.25º 0.69% 0.93% -
XYZ 44.01 34.2 10.76 -
YUV 155.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 237 129 74 0 0.46 0.69 0.07 20.25 0.82 0.61
Hex ED 81 4A 0 2E 45 7 14 52 3D
Octal 355 201 112 0 56 105 7 24 122 75
Binary 11101101 10000001 1001010 0 101110 1000101 111 10100 1010010 111101

Color Harmonies of #ED814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED814A

Black with #ED814A

Text Example


Text Example

White with #ED814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED814A; }

 p { color: rgb(237,129,74); }

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

background-color css

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

 a { background-color: rgb(237,129,74); }

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

border-color css

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

 span { border-color: rgb(237,129,74); }

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