Html Css Color HEX #E99241 California

📋 copy color: '#E99241'

red 233 ◦ green 146 ◦ blue 65

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

Shades of California #E99241

Tints of California #E99241

RGB

 RED value IS 233 (91.41% from 255) = 52.48%

 GREEN value IS 146 (57.42% from 255) = 32.88%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 52.48%
G = 32.88%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E99241 (or 0xE99241) is known color: California. HEX triplet: E9, 92 and 41. RGB value is (233,146,65). Sum of RGB (Red+Green+Blue) = 233+146+65=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E99241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99241 is #166DBE. Grayscale: #A3A3A3. Windows color (decimal): -1469887 or 4297449. OLE color: 4297449.

HSL color Cylindrical-coordinate representation of color #E99241: hue angle of 28.93º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E99241 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 146 65 -
CMYK 0 0.37 0.72 0.09
HSL 28.93º 0.79% 0.58% -
HSV(B) 28.93º 0.72% 0.91% -
XYZ 44.84 38.26 10.02 -
YUV 162.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 233 146 65 0 0.37 0.72 0.09 28.93 0.79 0.58
Hex E9 92 41 0 25 48 9 1D 4F 3A
Octal 351 222 101 0 45 110 11 35 117 72
Binary 11101001 10010010 1000001 0 100101 1001000 1001 11101 1001111 111010

Color Harmonies of #E99241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99241

Black with #E99241

Text Example


Text Example

White with #E99241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99241; }

 p { color: rgb(233,146,65); }

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

background-color css

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

 a { background-color: rgb(233,146,65); }

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

border-color css

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

 span { border-color: rgb(233,146,65); }

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