Html Css Color HEX #EA962D Carrot Orange

📋 copy color: '#EA962D'

red 234 ◦ green 150 ◦ blue 45

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

Shades of Carrot Orange #EA962D

Tints of Carrot Orange #EA962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 54.55%
G = 34.97%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA962D (or 0xEA962D) is known color: Carrot Orange. HEX triplet: EA, 96 and 2D. RGB value is (234,150,45). Sum of RGB (Red+Green+Blue) = 234+150+45=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA962D is #1569D2. Grayscale: #A3A3A3. Windows color (decimal): -1403347 or 2987754. OLE color: 2987754.

HSL color Cylindrical-coordinate representation of color #EA962D: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA962D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 45 -
CMYK 0 0.36 0.81 0.08
HSL 33.33º 0.82% 0.55% -
HSV(B) 33.33º 0.81% 0.92% -
XYZ 45.31 39.49 7.72 -
YUV 163.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 234 150 45 0 0.36 0.81 0.08 33.33 0.82 0.55
Hex EA 96 2D 0 24 51 8 21 52 37
Octal 352 226 55 0 44 121 10 41 122 67
Binary 11101010 10010110 101101 0 100100 1010001 1000 100001 1010010 110111

Color Harmonies of #EA962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA962D

Black with #EA962D

Text Example


Text Example

White with #EA962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA962D; }

 p { color: rgb(234,150,45); }

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

background-color css

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

 a { background-color: rgb(234,150,45); }

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

border-color css

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

 span { border-color: rgb(234,150,45); }

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