Html Css Color HEX #E68B2A Carrot Orange

📋 copy color: '#E68B2A'

red 230 ◦ green 139 ◦ blue 42

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

Shades of Carrot Orange #E68B2A

Tints of Carrot Orange #E68B2A

RGB

 RED value IS 230 (90.23% from 255) = 55.96%

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 55.96%
G = 33.82%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E68B2A (or 0xE68B2A) is known color: Carrot Orange. HEX triplet: E6, 8B and 2A. RGB value is (230,139,42). Sum of RGB (Red+Green+Blue) = 230+139+42=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B2A is #1974D5. Grayscale: #9B9B9B. Windows color (decimal): -1668310 or 2788326. OLE color: 2788326.

HSL color Cylindrical-coordinate representation of color #E68B2A: hue angle of 30.96º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E68B2A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 139 42 -
CMYK 0 0.40 0.82 0.10
HSL 30.96º 0.79% 0.53% -
HSV(B) 30.96º 0.82% 0.9% -
XYZ 42.28 35.46 6.81 -
YUV 155.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 230 139 42 0 0.40 0.82 0.10 30.96 0.79 0.53
Hex E6 8B 2A 0 28 52 A 1F 4F 35
Octal 346 213 52 0 50 122 12 37 117 65
Binary 11100110 10001011 101010 0 101000 1010010 1010 11111 1001111 110101

Color Harmonies of #E68B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B2A

Black with #E68B2A

Text Example


Text Example

White with #E68B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B2A; }

 p { color: rgb(230,139,42); }

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

background-color css

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

 a { background-color: rgb(230,139,42); }

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

border-color css

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

 span { border-color: rgb(230,139,42); }

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