Html Css Color HEX #EDCB03 Tangerine Yellow

📋 copy color: '#EDCB03'

red 237 ◦ green 203 ◦ blue 3

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

Shades of Tangerine Yellow #EDCB03

Tints of Tangerine Yellow #EDCB03

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

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

R = 53.5%
G = 45.82%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDCB03 (or 0xEDCB03) is known color: Tangerine Yellow. HEX triplet: ED, CB and 03. RGB value is (237,203,3). Sum of RGB (Red+Green+Blue) = 237+203+3=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB03 is #1234FC. Grayscale: #BFBFBF. Windows color (decimal): -1193213 or 248813. OLE color: 248813.

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

Color convert

RGB 237 203 3 -
CMYK 0 0.14 0.99 0.07
HSL 51.28º 0.98% 0.47% -
HSV(B) 51.28º 0.99% 0.93% -
XYZ 56.3 60.72 8.84 -
YUV 190.37 22.26 161.26 -
System Red Green Blue C M Y K H S L
Decimal 237 203 3 0 0.14 0.99 0.07 51.28 0.98 0.47
Hex ED CB 3 0 E 63 7 33 62 2F
Octal 355 313 3 0 16 143 7 63 142 57
Binary 11101101 11001011 11 0 1110 1100011 111 110011 1100010 101111

Color Harmonies of #EDCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB03

Black with #EDCB03

Text Example


Text Example

White with #EDCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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