Html Css Color HEX #E6CF01 Tangerine Yellow

📋 copy color: '#E6CF01'

red 230 ◦ green 207 ◦ blue 1

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

Shades of Tangerine Yellow #E6CF01

Tints of Tangerine Yellow #E6CF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 52.51%
G = 47.26%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E6CF01 (or 0xE6CF01) is known color: Tangerine Yellow. HEX triplet: E6, CF and 01. RGB value is (230,207,1). Sum of RGB (Red+Green+Blue) = 230+207+1=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CF01 is #1930FE. Grayscale: #BFBFBF. Windows color (decimal): -1650943 or 118758. OLE color: 118758.

HSL color Cylindrical-coordinate representation of color #E6CF01: hue angle of 53.97º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6CF01 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 207 1 -
CMYK 0 0.10 1.00 0.10
HSL 53.97º 0.99% 0.45% -
HSV(B) 53.97º 1% 0.9% -
XYZ 54.95 61.45 8.99 -
YUV 190.39 21.12 156.25 -
System Red Green Blue C M Y K H S L
Decimal 230 207 1 0 0.10 1.00 0.10 53.97 0.99 0.45
Hex E6 CF 1 0 A 64 A 36 63 2D
Octal 346 317 1 0 12 144 12 66 143 55
Binary 11100110 11001111 1 0 1010 1100100 1010 110110 1100011 101101

Color Harmonies of #E6CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CF01

Black with #E6CF01

Text Example


Text Example

White with #E6CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CF01; }

 p { color: rgb(230,207,1); }

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

background-color css

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

 a { background-color: rgb(230,207,1); }

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

border-color css

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

 span { border-color: rgb(230,207,1); }

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