Html Css Color HEX #E68A38 California

📋 copy color: '#E68A38'

red 230 ◦ green 138 ◦ blue 56

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

Shades of California #E68A38

Tints of California #E68A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 54.25%
G = 32.55%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E68A38 (or 0xE68A38) is known color: California. HEX triplet: E6, 8A and 38. RGB value is (230,138,56). Sum of RGB (Red+Green+Blue) = 230+138+56=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A38 is #1975C7. Grayscale: #9C9C9C. Windows color (decimal): -1668552 or 3705574. OLE color: 3705574.

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

Color convert

RGB 230 138 56 -
CMYK 0 0.4 0.76 0.10
HSL 28.28º 0.78% 0.56% -
HSV(B) 28.28º 0.76% 0.9% -
XYZ 42.44 35.29 8.32 -
YUV 156.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 230 138 56 0 0.4 0.76 0.10 28.28 0.78 0.56
Hex E6 8A 38 0 28 4C A 1C 4E 38
Octal 346 212 70 0 50 114 12 34 116 70
Binary 11100110 10001010 111000 0 101000 1001100 1010 11100 1001110 111000

Color Harmonies of #E68A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A38

Black with #E68A38

Text Example


Text Example

White with #E68A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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