Html Css Color HEX #EDCD04 Tangerine Yellow

📋 copy color: '#EDCD04'

red 237 ◦ green 205 ◦ blue 4

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

Shades of Tangerine Yellow #EDCD04

Tints of Tangerine Yellow #EDCD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 53.14%
G = 45.96%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDCD04 (or 0xEDCD04) is known color: Tangerine Yellow. HEX triplet: ED, CD and 04. RGB value is (237,205,4). Sum of RGB (Red+Green+Blue) = 237+205+4=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD04 is #1232FB. Grayscale: #C0C0C0. Windows color (decimal): -1192700 or 314861. OLE color: 314861.

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

Color convert

RGB 237 205 4 -
CMYK 0 0.14 0.98 0.07
HSL 51.76º 0.97% 0.47% -
HSV(B) 51.76º 0.98% 0.93% -
XYZ 56.78 61.68 9.03 -
YUV 191.65 22.1 160.34 -
System Red Green Blue C M Y K H S L
Decimal 237 205 4 0 0.14 0.98 0.07 51.76 0.97 0.47
Hex ED CD 4 0 E 62 7 34 61 2F
Octal 355 315 4 0 16 142 7 64 141 57
Binary 11101101 11001101 100 0 1110 1100010 111 110100 1100001 101111

Color Harmonies of #EDCD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD04

Black with #EDCD04

Text Example


Text Example

White with #EDCD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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