Html Css Color HEX #E68A3E California

📋 copy color: '#E68A3E'

red 230 ◦ green 138 ◦ blue 62

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

Shades of California #E68A3E

Tints of California #E68A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 62 (24.61% from 255) = 14.42%

R = 53.49%
G = 32.09%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E68A3E (or 0xE68A3E) is known color: California. HEX triplet: E6, 8A and 3E. RGB value is (230,138,62). Sum of RGB (Red+Green+Blue) = 230+138+62=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A3E is #1975C1. Grayscale: #9D9D9D. Windows color (decimal): -1668546 or 4098790. OLE color: 4098790.

HSL color Cylindrical-coordinate representation of color #E68A3E: hue angle of 27.14º 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 #E68A3E is Cyan = 0, Magento = 0.4, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 62 -
CMYK 0 0.4 0.73 0.10
HSL 27.14º 0.77% 0.57% -
HSV(B) 27.14º 0.73% 0.9% -
XYZ 42.59 35.35 9.14 -
YUV 156.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 230 138 62 0 0.4 0.73 0.10 27.14 0.77 0.57
Hex E6 8A 3E 0 28 49 A 1B 4D 39
Octal 346 212 76 0 50 111 12 33 115 71
Binary 11100110 10001010 111110 0 101000 1001001 1010 11011 1001101 111001

Color Harmonies of #E68A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A3E

Black with #E68A3E

Text Example


Text Example

White with #E68A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A3E; }

 p { color: rgb(230,138,62); }

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

background-color css

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

 a { background-color: rgb(230,138,62); }

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

border-color css

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

 span { border-color: rgb(230,138,62); }

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