Html Css Color HEX #EDCD0A Tangerine Yellow

📋 copy color: '#EDCD0A'

red 237 ◦ green 205 ◦ blue 10

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

Shades of Tangerine Yellow #EDCD0A

Tints of Tangerine Yellow #EDCD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 52.43%
G = 45.35%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDCD0A (or 0xEDCD0A) is known color: Tangerine Yellow. HEX triplet: ED, CD and 0A. RGB value is (237,205,10). Sum of RGB (Red+Green+Blue) = 237+205+10=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD0A is #1232F5. Grayscale: #C1C1C1. Windows color (decimal): -1192694 or 708077. OLE color: 708077.

HSL color Cylindrical-coordinate representation of color #EDCD0A: hue angle of 51.54º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDCD0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 10 -
CMYK 0 0.14 0.96 0.07
HSL 51.54º 0.92% 0.48% -
HSV(B) 51.54º 0.96% 0.93% -
XYZ 56.81 61.69 9.2 -
YUV 192.34 25.1 159.86 -
System Red Green Blue C M Y K H S L
Decimal 237 205 10 0 0.14 0.96 0.07 51.54 0.92 0.48
Hex ED CD A 0 E 60 7 34 5C 30
Octal 355 315 12 0 16 140 7 64 134 60
Binary 11101101 11001101 1010 0 1110 1100000 111 110100 1011100 110000

Color Harmonies of #EDCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD0A

Black with #EDCD0A

Text Example


Text Example

White with #EDCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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