Html Css Color HEX #EBA23D Yellow Sea

📋 copy color: '#EBA23D'

red 235 ◦ green 162 ◦ blue 61

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

Shades of Yellow Sea #EBA23D

Tints of Yellow Sea #EBA23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.37%

 BLUE value IS 61 (24.22% from 255) = 13.32%

R = 51.31%
G = 35.37%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBA23D (or 0xEBA23D) is known color: Yellow Sea. HEX triplet: EB, A2 and 3D. RGB value is (235,162,61). Sum of RGB (Red+Green+Blue) = 235+162+61=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA23D is #145DC2. Grayscale: #ACACAC. Windows color (decimal): -1334723 or 4039403. OLE color: 4039403.

HSL color Cylindrical-coordinate representation of color #EBA23D: hue angle of 34.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBA23D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 61 -
CMYK 0 0.31 0.74 0.08
HSL 34.83º 0.81% 0.58% -
HSV(B) 34.83º 0.74% 0.92% -
XYZ 48.02 43.84 10.35 -
YUV 172.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 235 162 61 0 0.31 0.74 0.08 34.83 0.81 0.58
Hex EB A2 3D 0 1F 4A 8 23 51 3A
Octal 353 242 75 0 37 112 10 43 121 72
Binary 11101011 10100010 111101 0 11111 1001010 1000 100011 1010001 111010

Color Harmonies of #EBA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA23D

Black with #EBA23D

Text Example


Text Example

White with #EBA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA23D; }

 p { color: rgb(235,162,61); }

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

background-color css

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

 a { background-color: rgb(235,162,61); }

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

border-color css

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

 span { border-color: rgb(235,162,61); }

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