Html Css Color HEX #E68A2C California

📋 copy color: '#E68A2C'

red 230 ◦ green 138 ◦ blue 44

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

Shades of California #E68A2C

Tints of California #E68A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 55.83%
G = 33.5%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E68A2C (or 0xE68A2C) is known color: California. HEX triplet: E6, 8A and 2C. RGB value is (230,138,44). Sum of RGB (Red+Green+Blue) = 230+138+44=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A2C is #1975D3. Grayscale: #9B9B9B. Windows color (decimal): -1668564 or 2919142. OLE color: 2919142.

HSL color Cylindrical-coordinate representation of color #E68A2C: hue angle of 30.32º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E68A2C is Cyan = 0, Magento = 0.4, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 44 -
CMYK 0 0.4 0.81 0.10
HSL 30.32º 0.79% 0.54% -
HSV(B) 30.32º 0.81% 0.9% -
XYZ 42.18 35.18 6.95 -
YUV 154.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 230 138 44 0 0.4 0.81 0.10 30.32 0.79 0.54
Hex E6 8A 2C 0 28 51 A 1E 4F 36
Octal 346 212 54 0 50 121 12 36 117 66
Binary 11100110 10001010 101100 0 101000 1010001 1010 11110 1001111 110110

Color Harmonies of #E68A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A2C

Black with #E68A2C

Text Example


Text Example

White with #E68A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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