Html Css Color HEX #E69D22 Carrot Orange

📋 copy color: '#E69D22'

red 230 ◦ green 157 ◦ blue 34

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

Shades of Carrot Orange #E69D22

Tints of Carrot Orange #E69D22

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

 BLUE value IS 34 (13.67% from 255) = 8.08%

R = 54.63%
G = 37.29%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E69D22 (or 0xE69D22) is known color: Carrot Orange. HEX triplet: E6, 9D and 22. RGB value is (230,157,34). Sum of RGB (Red+Green+Blue) = 230+157+34=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D22 is #1962DD. Grayscale: #A5A5A5. Windows color (decimal): -1663710 or 2268646. OLE color: 2268646.

HSL color Cylindrical-coordinate representation of color #E69D22: hue angle of 37.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E69D22 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 34 -
CMYK 0 0.32 0.85 0.10
HSL 37.65º 0.8% 0.52% -
HSV(B) 37.65º 0.85% 0.9% -
XYZ 44.98 41.05 7.07 -
YUV 164.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 230 157 34 0 0.32 0.85 0.10 37.65 0.8 0.52
Hex E6 9D 22 0 20 55 A 26 50 34
Octal 346 235 42 0 40 125 12 46 120 64
Binary 11100110 10011101 100010 0 100000 1010101 1010 100110 1010000 110100

Color Harmonies of #E69D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D22

Black with #E69D22

Text Example


Text Example

White with #E69D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D22; }

 p { color: rgb(230,157,34); }

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

background-color css

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

 a { background-color: rgb(230,157,34); }

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

border-color css

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

 span { border-color: rgb(230,157,34); }

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