Html Css Color HEX #E69D1F Carrot Orange

📋 copy color: '#E69D1F'

red 230 ◦ green 157 ◦ blue 31

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

Shades of Carrot Orange #E69D1F

Tints of Carrot Orange #E69D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 55.02%
G = 37.56%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E69D1F (or 0xE69D1F) is known color: Carrot Orange. HEX triplet: E6, 9D and 1F. RGB value is (230,157,31). Sum of RGB (Red+Green+Blue) = 230+157+31=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D1F is #1962E0. Grayscale: #A5A5A5. Windows color (decimal): -1663713 or 2072038. OLE color: 2072038.

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

Color convert

RGB 230 157 31 -
CMYK 0 0.32 0.87 0.10
HSL 37.99º 0.8% 0.51% -
HSV(B) 37.99º 0.87% 0.9% -
XYZ 44.94 41.04 6.85 -
YUV 164.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 230 157 31 0 0.32 0.87 0.10 37.99 0.8 0.51
Hex E6 9D 1F 0 20 57 A 26 50 33
Octal 346 235 37 0 40 127 12 46 120 63
Binary 11100110 10011101 11111 0 100000 1010111 1010 100110 1010000 110011

Color Harmonies of #E69D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D1F

Black with #E69D1F

Text Example


Text Example

White with #E69D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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