Html Css Color HEX #E6913D California

📋 copy color: '#E6913D'

red 230 ◦ green 145 ◦ blue 61

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

Shades of California #E6913D

Tints of California #E6913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 52.75%
G = 33.26%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6913D (or 0xE6913D) is known color: California. HEX triplet: E6, 91 and 3D. RGB value is (230,145,61). Sum of RGB (Red+Green+Blue) = 230+145+61=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6913D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6913D is #196EC2. Grayscale: #A1A1A1. Windows color (decimal): -1666755 or 4035046. OLE color: 4035046.

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

Color convert

RGB 230 145 61 -
CMYK 0 0.37 0.73 0.10
HSL 29.82º 0.77% 0.57% -
HSV(B) 29.82º 0.73% 0.9% -
XYZ 43.6 37.41 9.34 -
YUV 160.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 230 145 61 0 0.37 0.73 0.10 29.82 0.77 0.57
Hex E6 91 3D 0 25 49 A 1E 4D 39
Octal 346 221 75 0 45 111 12 36 115 71
Binary 11100110 10010001 111101 0 100101 1001001 1010 11110 1001101 111001

Color Harmonies of #E6913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6913D

Black with #E6913D

Text Example


Text Example

White with #E6913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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