Html Css Color HEX #E69725 Carrot Orange

📋 copy color: '#E69725'

red 230 ◦ green 151 ◦ blue 37

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

Shades of Carrot Orange #E69725

Tints of Carrot Orange #E69725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 55.02%
G = 36.12%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E69725 (or 0xE69725) is known color: Carrot Orange. HEX triplet: E6, 97 and 25. RGB value is (230,151,37). Sum of RGB (Red+Green+Blue) = 230+151+37=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E69725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69725 is #1968DA. Grayscale: #A2A2A2. Windows color (decimal): -1665243 or 2463718. OLE color: 2463718.

HSL color Cylindrical-coordinate representation of color #E69725: hue angle of 35.44º 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 #E69725 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 37 -
CMYK 0 0.34 0.84 0.10
HSL 35.44º 0.79% 0.52% -
HSV(B) 35.44º 0.84% 0.9% -
XYZ 44.03 39.09 6.97 -
YUV 161.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 230 151 37 0 0.34 0.84 0.10 35.44 0.79 0.52
Hex E6 97 25 0 22 54 A 23 4F 34
Octal 346 227 45 0 42 124 12 43 117 64
Binary 11100110 10010111 100101 0 100010 1010100 1010 100011 1001111 110100

Color Harmonies of #E69725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69725

Black with #E69725

Text Example


Text Example

White with #E69725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69725; }

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

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

background-color css

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

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

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

border-color css

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

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

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