Html Css Color HEX #E69135 California

📋 copy color: '#E69135'

red 230 ◦ green 145 ◦ blue 53

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

Shades of California #E69135

Tints of California #E69135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

 BLUE value IS 53 (21.09% from 255) = 12.38%

R = 53.74%
G = 33.88%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E69135 (or 0xE69135) is known color: California. HEX triplet: E6, 91 and 35. RGB value is (230,145,53). Sum of RGB (Red+Green+Blue) = 230+145+53=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E69135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69135 is #196ECA. Grayscale: #A0A0A0. Windows color (decimal): -1666763 or 3510758. OLE color: 3510758.

HSL color Cylindrical-coordinate representation of color #E69135: hue angle of 31.19º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E69135 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 145 53 -
CMYK 0 0.37 0.77 0.10
HSL 31.19º 0.78% 0.55% -
HSV(B) 31.19º 0.77% 0.9% -
XYZ 43.4 37.33 8.29 -
YUV 159.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 230 145 53 0 0.37 0.77 0.10 31.19 0.78 0.55
Hex E6 91 35 0 25 4D A 1F 4E 37
Octal 346 221 65 0 45 115 12 37 116 67
Binary 11100110 10010001 110101 0 100101 1001101 1010 11111 1001110 110111

Color Harmonies of #E69135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69135

Black with #E69135

Text Example


Text Example

White with #E69135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69135; }

 p { color: rgb(230,145,53); }

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

background-color css

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

 a { background-color: rgb(230,145,53); }

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

border-color css

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

 span { border-color: rgb(230,145,53); }

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