Html Css Color HEX #CE901A Buttercup

📋 copy color: '#CE901A'

red 206 ◦ green 144 ◦ blue 26

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

Shades of Buttercup #CE901A

Tints of Buttercup #CE901A

RGB

 RED value IS 206 (80.86% from 255) = 54.79%

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 54.79%
G = 38.3%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE901A (or 0xCE901A) is known color: Buttercup. HEX triplet: CE, 90 and 1A. RGB value is (206,144,26). Sum of RGB (Red+Green+Blue) = 206+144+26=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE901A is #316FE5. Grayscale: #959595. Windows color (decimal): -3239910 or 1741006. OLE color: 1741006.

HSL color Cylindrical-coordinate representation of color #CE901A: hue angle of 39.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE901A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 26 -
CMYK 0 0.30 0.87 0.19
HSL 39.33º 0.78% 0.45% -
HSV(B) 39.33º 0.87% 0.81% -
XYZ 35.61 33.14 5.5 -
YUV 149.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 206 144 26 0 0.30 0.87 0.19 39.33 0.78 0.45
Hex CE 90 1A 0 1E 57 13 27 4E 2D
Octal 316 220 32 0 36 127 23 47 116 55
Binary 11001110 10010000 11010 0 11110 1010111 10011 100111 1001110 101101

Color Harmonies of #CE901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE901A

Black with #CE901A

Text Example


Text Example

White with #CE901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE901A; }

 p { color: rgb(206,144,26); }

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

background-color css

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

 a { background-color: rgb(206,144,26); }

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

border-color css

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

 span { border-color: rgb(206,144,26); }

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