Html Css Color HEX #EDCD01 Tangerine Yellow

📋 copy color: '#EDCD01'

red 237 ◦ green 205 ◦ blue 1

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

Shades of Tangerine Yellow #EDCD01

Tints of Tangerine Yellow #EDCD01

RGB

 RED value IS 237 (92.97% from 255) = 53.5%

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

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

R = 53.5%
G = 46.28%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDCD01 (or 0xEDCD01) is known color: Tangerine Yellow. HEX triplet: ED, CD and 01. RGB value is (237,205,1). Sum of RGB (Red+Green+Blue) = 237+205+1=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD01 is #1232FE. Grayscale: #C0C0C0. Windows color (decimal): -1192703 or 118253. OLE color: 118253.

HSL color Cylindrical-coordinate representation of color #EDCD01: hue angle of 51.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDCD01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 1 -
CMYK 0 0.14 1.00 0.07
HSL 51.86º 0.99% 0.47% -
HSV(B) 51.86º 1% 0.93% -
XYZ 56.76 61.67 8.94 -
YUV 191.31 20.6 160.59 -
System Red Green Blue C M Y K H S L
Decimal 237 205 1 0 0.14 1.00 0.07 51.86 0.99 0.47
Hex ED CD 1 0 E 64 7 34 63 2F
Octal 355 315 1 0 16 144 7 64 143 57
Binary 11101101 11001101 1 0 1110 1100100 111 110100 1100011 101111

Color Harmonies of #EDCD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD01

Black with #EDCD01

Text Example


Text Example

White with #EDCD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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