Html Css Color HEX #E5CD01 Tangerine Yellow

📋 copy color: '#E5CD01'

red 229 ◦ green 205 ◦ blue 1

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

Shades of Tangerine Yellow #E5CD01

Tints of Tangerine Yellow #E5CD01

RGB

 RED value IS 229 (89.84% from 255) = 52.64%

 GREEN value IS 205 (80.47% from 255) = 47.13%

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

R = 52.64%
G = 47.13%
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

#E5CD01 (or 0xE5CD01) is known color: Tangerine Yellow. HEX triplet: E5, CD and 01. RGB value is (229,205,1). Sum of RGB (Red+Green+Blue) = 229+205+1=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CD01 is #1A32FE. Grayscale: #BDBDBD. Windows color (decimal): -1716991 or 118245. OLE color: 118245.

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

Color convert

RGB 229 205 1 -
CMYK 0 0.10 1.00 0.10
HSL 53.68º 0.99% 0.45% -
HSV(B) 53.68º 1% 0.9% -
XYZ 54.15 60.32 8.82 -
YUV 188.92 21.95 156.59 -
System Red Green Blue C M Y K H S L
Decimal 229 205 1 0 0.10 1.00 0.10 53.68 0.99 0.45
Hex E5 CD 1 0 A 64 A 36 63 2D
Octal 345 315 1 0 12 144 12 66 143 55
Binary 11100101 11001101 1 0 1010 1100100 1010 110110 1100011 101101

Color Harmonies of #E5CD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD01

Black with #E5CD01

Text Example


Text Example

White with #E5CD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD01; }

 p { color: rgb(229,205,1); }

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

background-color css

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

 a { background-color: rgb(229,205,1); }

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

border-color css

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

 span { border-color: rgb(229,205,1); }

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