Html Css Color HEX #EDCE04 Tangerine Yellow

📋 copy color: '#EDCE04'

red 237 ◦ green 206 ◦ blue 4

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

Shades of Tangerine Yellow #EDCE04

Tints of Tangerine Yellow #EDCE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 53.02%
G = 46.09%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDCE04 (or 0xEDCE04) is known color: Tangerine Yellow. HEX triplet: ED, CE and 04. RGB value is (237,206,4). Sum of RGB (Red+Green+Blue) = 237+206+4=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE04 is #1231FB. Grayscale: #C1C1C1. Windows color (decimal): -1192444 or 315117. OLE color: 315117.

HSL color Cylindrical-coordinate representation of color #EDCE04: hue angle of 52.02º 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 #EDCE04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 4 -
CMYK 0 0.13 0.98 0.07
HSL 52.02º 0.97% 0.47% -
HSV(B) 52.02º 0.98% 0.93% -
XYZ 57.02 62.16 9.11 -
YUV 192.24 21.77 159.93 -
System Red Green Blue C M Y K H S L
Decimal 237 206 4 0 0.13 0.98 0.07 52.02 0.97 0.47
Hex ED CE 4 0 D 62 7 34 61 2F
Octal 355 316 4 0 15 142 7 64 141 57
Binary 11101101 11001110 100 0 1101 1100010 111 110100 1100001 101111

Color Harmonies of #EDCE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE04

Black with #EDCE04

Text Example


Text Example

White with #EDCE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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