Html Css Color HEX #EA621A Chocolate

📋 copy color: '#EA621A'

red 234 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #EA621A

Tints of Chocolate #EA621A

RGB

 RED value IS 234 (91.8% from 255) = 65.36%

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 65.36%
G = 27.37%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA621A (or 0xEA621A) is known color: Chocolate. HEX triplet: EA, 62 and 1A. RGB value is (234,98,26). Sum of RGB (Red+Green+Blue) = 234+98+26=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA621A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA621A is #159DE5. Grayscale: #828282. Windows color (decimal): -1416678 or 1729258. OLE color: 1729258.

HSL color Cylindrical-coordinate representation of color #EA621A: hue angle of 20.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA621A is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 98 26 -
CMYK 0 0.58 0.89 0.08
HSL 20.77º 0.83% 0.51% -
HSV(B) 20.77º 0.89% 0.92% -
XYZ 38.49 26.3 4.03 -
YUV 130.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 234 98 26 0 0.58 0.89 0.08 20.77 0.83 0.51
Hex EA 62 1A 0 3A 59 8 15 53 33
Octal 352 142 32 0 72 131 10 25 123 63
Binary 11101010 1100010 11010 0 111010 1011001 1000 10101 1010011 110011

Color Harmonies of #EA621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA621A

Black with #EA621A

Text Example


Text Example

White with #EA621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA621A; }

 p { color: rgb(234,98,26); }

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

background-color css

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

 a { background-color: rgb(234,98,26); }

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

border-color css

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

 span { border-color: rgb(234,98,26); }

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