Html Css Color HEX #E69A26 Carrot Orange

📋 copy color: '#E69A26'

red 230 ◦ green 154 ◦ blue 38

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

Shades of Carrot Orange #E69A26

Tints of Carrot Orange #E69A26

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 38 (15.23% from 255) = 9%

R = 54.5%
G = 36.49%
B = 9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E69A26 (or 0xE69A26) is known color: Carrot Orange. HEX triplet: E6, 9A and 26. RGB value is (230,154,38). Sum of RGB (Red+Green+Blue) = 230+154+38=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69A26 is #1965D9. Grayscale: #A4A4A4. Windows color (decimal): -1664474 or 2530022. OLE color: 2530022.

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

Color convert

RGB 230 154 38 -
CMYK 0 0.33 0.83 0.10
HSL 36.25º 0.79% 0.53% -
HSV(B) 36.25º 0.83% 0.9% -
XYZ 44.54 40.07 7.22 -
YUV 163.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 230 154 38 0 0.33 0.83 0.10 36.25 0.79 0.53
Hex E6 9A 26 0 21 53 A 24 4F 35
Octal 346 232 46 0 41 123 12 44 117 65
Binary 11100110 10011010 100110 0 100001 1010011 1010 100100 1001111 110101

Color Harmonies of #E69A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A26

Black with #E69A26

Text Example


Text Example

White with #E69A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A26; }

 p { color: rgb(230,154,38); }

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

background-color css

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

 a { background-color: rgb(230,154,38); }

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

border-color css

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

 span { border-color: rgb(230,154,38); }

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