Html Css Color HEX #EBCD03 Tangerine Yellow

📋 copy color: '#EBCD03'

red 235 ◦ green 205 ◦ blue 3

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

Shades of Tangerine Yellow #EBCD03

Tints of Tangerine Yellow #EBCD03

RGB

 RED value IS 235 (92.19% from 255) = 53.05%

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

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

R = 53.05%
G = 46.28%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBCD03 (or 0xEBCD03) is known color: Tangerine Yellow. HEX triplet: EB, CD and 03. RGB value is (235,205,3). Sum of RGB (Red+Green+Blue) = 235+205+3=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD03 is #1432FC. Grayscale: #BFBFBF. Windows color (decimal): -1323773 or 249323. OLE color: 249323.

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

Color convert

RGB 235 205 3 -
CMYK 0 0.13 0.99 0.08
HSL 52.24º 0.97% 0.47% -
HSV(B) 52.24º 0.99% 0.92% -
XYZ 56.11 61.33 8.97 -
YUV 190.94 21.94 159.43 -
System Red Green Blue C M Y K H S L
Decimal 235 205 3 0 0.13 0.99 0.08 52.24 0.97 0.47
Hex EB CD 3 0 D 63 8 34 61 2F
Octal 353 315 3 0 15 143 10 64 141 57
Binary 11101011 11001101 11 0 1101 1100011 1000 110100 1100001 101111

Color Harmonies of #EBCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD03

Black with #EBCD03

Text Example


Text Example

White with #EBCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD03; }

 p { color: rgb(235,205,3); }

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

background-color css

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

 a { background-color: rgb(235,205,3); }

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

border-color css

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

 span { border-color: rgb(235,205,3); }

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