Html Css Color HEX #E9862D California

📋 copy color: '#E9862D'

red 233 ◦ green 134 ◦ blue 45

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

Shades of California #E9862D

Tints of California #E9862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.52%

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 56.55%
G = 32.52%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9862D (or 0xE9862D) is known color: California. HEX triplet: E9, 86 and 2D. RGB value is (233,134,45). Sum of RGB (Red+Green+Blue) = 233+134+45=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9862D is #1679D2. Grayscale: #999999. Windows color (decimal): -1472979 or 2983657. OLE color: 2983657.

HSL color Cylindrical-coordinate representation of color #E9862D: hue angle of 28.4º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9862D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 134 45 -
CMYK 0 0.42 0.81 0.09
HSL 28.4º 0.81% 0.55% -
HSV(B) 28.4º 0.81% 0.91% -
XYZ 42.6 34.56 6.91 -
YUV 153.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 233 134 45 0 0.42 0.81 0.09 28.4 0.81 0.55
Hex E9 86 2D 0 2A 51 9 1C 51 37
Octal 351 206 55 0 52 121 11 34 121 67
Binary 11101001 10000110 101101 0 101010 1010001 1001 11100 1010001 110111

Color Harmonies of #E9862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9862D

Black with #E9862D

Text Example


Text Example

White with #E9862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9862D; }

 p { color: rgb(233,134,45); }

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

background-color css

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

 a { background-color: rgb(233,134,45); }

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

border-color css

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

 span { border-color: rgb(233,134,45); }

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