Html Css Color HEX #E69B25 Carrot Orange

📋 copy color: '#E69B25'

red 230 ◦ green 155 ◦ blue 37

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

Shades of Carrot Orange #E69B25

Tints of Carrot Orange #E69B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 54.5%
G = 36.73%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E69B25 (or 0xE69B25) is known color: Carrot Orange. HEX triplet: E6, 9B and 25. RGB value is (230,155,37). Sum of RGB (Red+Green+Blue) = 230+155+37=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69B25 is #1964DA. Grayscale: #A4A4A4. Windows color (decimal): -1664219 or 2464742. OLE color: 2464742.

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

Color convert

RGB 230 155 37 -
CMYK 0 0.33 0.84 0.10
HSL 36.68º 0.79% 0.52% -
HSV(B) 36.68º 0.84% 0.9% -
XYZ 44.69 40.4 7.19 -
YUV 163.97 56.35 175.09 -
System Red Green Blue C M Y K H S L
Decimal 230 155 37 0 0.33 0.84 0.10 36.68 0.79 0.52
Hex E6 9B 25 0 21 54 A 25 4F 34
Octal 346 233 45 0 41 124 12 45 117 64
Binary 11100110 10011011 100101 0 100001 1010100 1010 100101 1001111 110100

Color Harmonies of #E69B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B25

Black with #E69B25

Text Example


Text Example

White with #E69B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B25; }

 p { color: rgb(230,155,37); }

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

background-color css

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

 a { background-color: rgb(230,155,37); }

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

border-color css

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

 span { border-color: rgb(230,155,37); }

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