Html Css Color HEX #E69130 California

📋 copy color: '#E69130'

red 230 ◦ green 145 ◦ blue 48

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

Shades of California #E69130

Tints of California #E69130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.35%

R = 54.37%
G = 34.28%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E69130 (or 0xE69130) is known color: California. HEX triplet: E6, 91 and 30. RGB value is (230,145,48). Sum of RGB (Red+Green+Blue) = 230+145+48=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E69130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69130 is #196ECF. Grayscale: #9F9F9F. Windows color (decimal): -1666768 or 3183078. OLE color: 3183078.

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

Color convert

RGB 230 145 48 -
CMYK 0 0.37 0.79 0.10
HSL 31.98º 0.78% 0.55% -
HSV(B) 31.98º 0.79% 0.9% -
XYZ 43.29 37.29 7.71 -
YUV 159.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 230 145 48 0 0.37 0.79 0.10 31.98 0.78 0.55
Hex E6 91 30 0 25 4F A 20 4E 37
Octal 346 221 60 0 45 117 12 40 116 67
Binary 11100110 10010001 110000 0 100101 1001111 1010 100000 1001110 110111

Color Harmonies of #E69130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69130

Black with #E69130

Text Example


Text Example

White with #E69130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69130; }

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

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

background-color css

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

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

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

border-color css

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

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

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