Html Css Color HEX #E68D37 California

📋 copy color: '#E68D37'

red 230 ◦ green 141 ◦ blue 55

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

Shades of California #E68D37

Tints of California #E68D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 55 (21.88% from 255) = 12.91%

R = 53.99%
G = 33.1%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E68D37 (or 0xE68D37) is known color: California. HEX triplet: E6, 8D and 37. RGB value is (230,141,55). Sum of RGB (Red+Green+Blue) = 230+141+55=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D37 is #1972C8. Grayscale: #9E9E9E. Windows color (decimal): -1667785 or 3640806. OLE color: 3640806.

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

Color convert

RGB 230 141 55 -
CMYK 0 0.39 0.76 0.10
HSL 29.49º 0.78% 0.56% -
HSV(B) 29.49º 0.76% 0.9% -
XYZ 42.85 36.15 8.33 -
YUV 157.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 230 141 55 0 0.39 0.76 0.10 29.49 0.78 0.56
Hex E6 8D 37 0 27 4C A 1D 4E 38
Octal 346 215 67 0 47 114 12 35 116 70
Binary 11100110 10001101 110111 0 100111 1001100 1010 11101 1001110 111000

Color Harmonies of #E68D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D37

Black with #E68D37

Text Example


Text Example

White with #E68D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D37; }

 p { color: rgb(230,141,55); }

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

background-color css

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

 a { background-color: rgb(230,141,55); }

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

border-color css

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

 span { border-color: rgb(230,141,55); }

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