Html Css Color HEX #EFD253 Portica

📋 copy color: '#EFD253'

red 239 ◦ green 210 ◦ blue 83

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

Shades of Portica #EFD253

Tints of Portica #EFD253

RGB

 RED value IS 239 (93.75% from 255) = 44.92%

 GREEN value IS 210 (82.42% from 255) = 39.47%

 BLUE value IS 83 (32.81% from 255) = 15.6%

R = 44.92%
G = 39.47%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD253 (or 0xEFD253) is known color: Portica. HEX triplet: EF, D2 and 53. RGB value is (239,210,83). Sum of RGB (Red+Green+Blue) = 239+210+83=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD253 is #102DAC. Grayscale: #CCCCCC. Windows color (decimal): -1060269 or 5493487. OLE color: 5493487.

HSL color Cylindrical-coordinate representation of color #EFD253: hue angle of 48.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFD253 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 83 -
CMYK 0 0.12 0.65 0.06
HSL 48.85º 0.83% 0.63% -
HSV(B) 48.85º 0.65% 0.94% -
XYZ 60.2 65.07 17.57 -
YUV 204.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 239 210 83 0 0.12 0.65 0.06 48.85 0.83 0.63
Hex EF D2 53 0 C 41 6 31 53 3F
Octal 357 322 123 0 14 101 6 61 123 77
Binary 11101111 11010010 1010011 0 1100 1000001 110 110001 1010011 111111

Color Harmonies of #EFD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD253

Black with #EFD253

Text Example


Text Example

White with #EFD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD253; }

 p { color: rgb(239,210,83); }

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

background-color css

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

 a { background-color: rgb(239,210,83); }

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

border-color css

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

 span { border-color: rgb(239,210,83); }

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