Html Css Color HEX #EFD251 Portica

📋 copy color: '#EFD251'

red 239 ◦ green 210 ◦ blue 81

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

Shades of Portica #EFD251

Tints of Portica #EFD251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.28%

R = 45.09%
G = 39.62%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFD251 (or 0xEFD251) is known color: Portica. HEX triplet: EF, D2 and 51. RGB value is (239,210,81). Sum of RGB (Red+Green+Blue) = 239+210+81=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD251 is #102DAE. Grayscale: #CCCCCC. Windows color (decimal): -1060271 or 5362415. OLE color: 5362415.

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

Color convert

RGB 239 210 81 -
CMYK 0 0.12 0.66 0.06
HSL 48.99º 0.83% 0.63% -
HSV(B) 48.99º 0.66% 0.94% -
XYZ 60.13 65.04 17.17 -
YUV 203.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 239 210 81 0 0.12 0.66 0.06 48.99 0.83 0.63
Hex EF D2 51 0 C 42 6 31 53 3F
Octal 357 322 121 0 14 102 6 61 123 77
Binary 11101111 11010010 1010001 0 1100 1000010 110 110001 1010011 111111

Color Harmonies of #EFD251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD251

Black with #EFD251

Text Example


Text Example

White with #EFD251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD251; }

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

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

background-color css

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

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

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

border-color css

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

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

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