Html Css Color HEX #CA901E Nugget

📋 copy color: '#CA901E'

red 202 ◦ green 144 ◦ blue 30

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

Shades of Nugget #CA901E

Tints of Nugget #CA901E

RGB

 RED value IS 202 (79.3% from 255) = 53.72%

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 53.72%
G = 38.3%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA901E (or 0xCA901E) is known color: Nugget. HEX triplet: CA, 90 and 1E. RGB value is (202,144,30). Sum of RGB (Red+Green+Blue) = 202+144+30=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA901E is #356FE1. Grayscale: #949494. Windows color (decimal): -3502050 or 2003146. OLE color: 2003146.

HSL color Cylindrical-coordinate representation of color #CA901E: hue angle of 39.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA901E is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 30 -
CMYK 0 0.29 0.85 0.21
HSL 39.77º 0.74% 0.45% -
HSV(B) 39.77º 0.85% 0.79% -
XYZ 34.56 32.6 5.7 -
YUV 148.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 202 144 30 0 0.29 0.85 0.21 39.77 0.74 0.45
Hex CA 90 1E 0 1D 55 15 28 4A 2D
Octal 312 220 36 0 35 125 25 50 112 55
Binary 11001010 10010000 11110 0 11101 1010101 10101 101000 1001010 101101

Color Harmonies of #CA901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA901E

Black with #CA901E

Text Example


Text Example

White with #CA901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA901E; }

 p { color: rgb(202,144,30); }

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

background-color css

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

 a { background-color: rgb(202,144,30); }

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

border-color css

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

 span { border-color: rgb(202,144,30); }

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