Html Css Color HEX #EDCE03 Tangerine Yellow

📋 copy color: '#EDCE03'

red 237 ◦ green 206 ◦ blue 3

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

Shades of Tangerine Yellow #EDCE03

Tints of Tangerine Yellow #EDCE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 53.14%
G = 46.19%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDCE03 (or 0xEDCE03) is known color: Tangerine Yellow. HEX triplet: ED, CE and 03. RGB value is (237,206,3). Sum of RGB (Red+Green+Blue) = 237+206+3=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE03 is #1231FC. Grayscale: #C0C0C0. Windows color (decimal): -1192445 or 249581. OLE color: 249581.

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

Color convert

RGB 237 206 3 -
CMYK 0 0.13 0.99 0.07
HSL 52.05º 0.98% 0.47% -
HSV(B) 52.05º 0.99% 0.93% -
XYZ 57.01 62.15 9.08 -
YUV 192.13 21.27 160.01 -
System Red Green Blue C M Y K H S L
Decimal 237 206 3 0 0.13 0.99 0.07 52.05 0.98 0.47
Hex ED CE 3 0 D 63 7 34 62 2F
Octal 355 316 3 0 15 143 7 64 142 57
Binary 11101101 11001110 11 0 1101 1100011 111 110100 1100010 101111

Color Harmonies of #EDCE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE03

Black with #EDCE03

Text Example


Text Example

White with #EDCE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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